From 405aefce606ccf79e25c03ef6b3ed56c9f16d6b1 Mon Sep 17 00:00:00 2001 From: agusmakmun Date: Tue, 19 Apr 2016 16:58:16 +0700 Subject: [PATCH] Update categories --- _layouts/post.html | 3 +++ css/main.css | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/_layouts/post.html b/_layouts/post.html index 3b92f97..8972cb0 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -3,6 +3,9 @@ layout: default ---

{{ page.title }}

{{ page.date | date_to_string }} + + » {% for category in page.categories %}{{ category }}{% if forloop.last == false %}, {% endif %}{% endfor %} +
{{ content }}
diff --git a/css/main.css b/css/main.css index f93d473..29ea63d 100755 --- a/css/main.css +++ b/css/main.css @@ -31,7 +31,7 @@ hr { * Font and link declarations * ////////////////////////// */ -span.time { +span.time, span.categories { color: #ADADAD; margin-bottom: 5px; font-size: 11px;