Update categories

This commit is contained in:
agusmakmun
2016-04-19 16:58:16 +07:00
parent 349d26a820
commit 405aefce60
2 changed files with 4 additions and 1 deletions

View File

@@ -3,6 +3,9 @@ layout: default
--- ---
<h1>{{ page.title }}</h1> <h1>{{ page.title }}</h1>
<span class="time">{{ page.date | date_to_string }}</span> <span class="time">{{ page.date | date_to_string }}</span>
<span class="categories">
&raquo; {% for category in page.categories %}{{ category }}{% if forloop.last == false %}, {% endif %}{% endfor %}
</span>
<div class="content"> <div class="content">
<div class="post">{{ content }}</div> <div class="post">{{ content }}</div>

View File

@@ -31,7 +31,7 @@ hr {
* Font and link declarations * Font and link declarations
* ////////////////////////// * //////////////////////////
*/ */
span.time { span.time, span.categories {
color: #ADADAD; color: #ADADAD;
margin-bottom: 5px; margin-bottom: 5px;
font-size: 11px; font-size: 11px;