git ssb

0+

k4ml / belajar-js



Commit 7edbe65758a8270dc0c6d03a582d6a46754caeaa

change theme, add og image

Kamal Bin Mustafa committed on 3/29/2015, 4:02:37 PM
Parent: df73fec7880bcc5227100be808402a1629d6e059

Files changed

_includes/head.htmlchanged
_includes/sidebar.htmlchanged
_layouts/default.htmlchanged
public/images/js.pngadded
_includes/head.htmlView
@@ -7,10 +7,10 @@
77 <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
88 <meta property="og:type" content="article"/>
99 <meta property="og:title" content="{{ page.title }}"/>
1010 <meta property="og:description" content="{{ page.summary }}"/>
11- <meta property="og:url" content="http://www.mydev.my{{ page.url }}" />
12- <meta property="og:image" content="http://www.mydev.my/public/images/mydev.jpg"/>
11+ <meta property="og:url" content="http://www.belajarjs.ml{{ page.url }}" />
12+ <meta property="og:image" content="http://www.belajarjs.ml/public/images/js.png"/>
1313
1414 <title>
1515 {% if page.title == "Home" %}
1616 {{ site.title }} &middot; {{ site.tagline }}
_includes/sidebar.htmlView
@@ -25,8 +25,9 @@
2525 {% endif %}
2626 {% endif %}
2727 {% endfor %}
2828
29+ <a class="sidebar-nav-item" href="http://www.mydev.my/">MyDev</a>
2930 <a class="sidebar-nav-item" href="http://github.com/k4ml/belajarjs">GitHub</a>
3031 <a class="sidebar-nav-item" href="{{ site.baseurl }}/atom.xml">Atom Feed &nbsp;<i class="fa fa-rss-square"></i></a>
3132 <!-- <span class="sidebar-nav-item">Currently v{{ site.version }}</span> -->
3233 </nav>
_layouts/default.htmlView
@@ -2,9 +2,9 @@
22 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
33
44 {% include head.html %}
55
6- <body class="theme-base-08">
6+ <body class="theme-base-0d">
77
88 {% include sidebar.html %}
99
1010 <div class="content container">
public/images/js.png
public/images/js.png

Built with git-ssb-web