Files: 2b49689acd88567b706f1e9ee1aac263809c17b9 / _layouts / tips.html
457 bytesRaw
1 | --- |
2 | layout: default |
3 | --- |
4 | |
5 | <div class="post"> |
6 | <h1 class="post-title">{{ page.title }}</h1> |
7 | <span class="post-date"> |
8 | Ditulis pada {{ page.date }} |
9 | {% assign author = site.authors[page.author] %} |
10 | {% if author %} |
11 | <span> oleh <a href="/authors/{{ page.author }}.html">{{ author.name }}</a></span> |
12 | {% endif %} |
13 | </span> |
14 | {{ content }} |
15 | </div> |
16 | <div> |
17 | <a href="/tips/">Tips seterusnya ...</a> |
18 | <div> |
19 | |
20 | {% include disqus.html %} |
21 |
Built with git-ssb-web