Commit 7edbe65758a8270dc0c6d03a582d6a46754caeaa
change theme, add og image
Kamal Bin Mustafa committed on 3/29/2015, 4:02:37 PMParent: df73fec7880bcc5227100be808402a1629d6e059
Files changed
_includes/head.html | changed |
_includes/sidebar.html | changed |
_layouts/default.html | changed |
public/images/js.png | added |
_includes/head.html | ||
---|---|---|
@@ -7,10 +7,10 @@ | ||
7 | 7 | <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> |
8 | 8 | <meta property="og:type" content="article"/> |
9 | 9 | <meta property="og:title" content="{{ page.title }}"/> |
10 | 10 | <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"/> | |
13 | 13 | |
14 | 14 | <title> |
15 | 15 | {% if page.title == "Home" %} |
16 | 16 | {{ site.title }} · {{ site.tagline }} |
_includes/sidebar.html | ||
---|---|---|
@@ -25,8 +25,9 @@ | ||
25 | 25 | {% endif %} |
26 | 26 | {% endif %} |
27 | 27 | {% endfor %} |
28 | 28 | |
29 | + <a class="sidebar-nav-item" href="http://www.mydev.my/">MyDev</a> | |
29 | 30 | <a class="sidebar-nav-item" href="http://github.com/k4ml/belajarjs">GitHub</a> |
30 | 31 | <a class="sidebar-nav-item" href="{{ site.baseurl }}/atom.xml">Atom Feed <i class="fa fa-rss-square"></i></a> |
31 | 32 | <!-- <span class="sidebar-nav-item">Currently v{{ site.version }}</span> --> |
32 | 33 | </nav> |
_layouts/default.html | ||
---|---|---|
@@ -2,9 +2,9 @@ | ||
2 | 2 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us"> |
3 | 3 | |
4 | 4 | {% include head.html %} |
5 | 5 | |
6 | - <body class="theme-base-08"> | |
6 | + <body class="theme-base-0d"> | |
7 | 7 | |
8 | 8 | {% include sidebar.html %} |
9 | 9 | |
10 | 10 | <div class="content container"> |
public/images/js.png |
---|
Built with git-ssb-web