Update big changes

This commit is contained in:
agusmakmun
2016-04-19 13:49:03 +07:00
parent 519b22ef93
commit 69db17666d
39 changed files with 2275 additions and 13 deletions

View File

@@ -33,7 +33,7 @@
{% endif %}
<hr />
<strong>Navigation</strong><br />
&raquo; <a href="/">home</a> <br />
&raquo; <a href="{{ site.baseurl }}">Home</a> <br />
{% for i in site.urls %}
&raquo; <a class="about" href="{{ i.url }}">{{ i.text }}</a><br />
{% endfor %}

14
_layouts/page.html Normal file
View File

@@ -0,0 +1,14 @@
---
layout: default
---
<article class="post">
<header class="post-header">
<h1 class="post-title">{{ page.title }}</h1>
</header>
<div class="post-content">
{{ content }}
</div>
</article>