aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_layouts
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-11-08 09:18:42 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-11-08 09:18:42 +0300
commitb4140bf341931dfa10061634e71ebb0d6d7168a6 (patch)
treef4eef0d4489da6e67285ebbb6d68ec4cab3cb606 /_layouts
parentshorter dates in post headers (diff)
downloadjekyll-theme-b4140bf341931dfa10061634e71ebb0d6d7168a6.tar.gz
jekyll-theme-b4140bf341931dfa10061634e71ebb0d6d7168a6.zip
posts: separate category & date visually
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/post.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
index 1d874d0..49c06be 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -10,7 +10,7 @@ layout: default
{% if page.category %}
<span class="glyphicon glyphicon-folder-open"></span>&nbsp;<a class="category" href="{{ '/' | relative_url }}{{ page.category | slugify: 'pretty' }}/">{{ page.category }}</a>
{% endif %}
- <span class="glyphicon glyphicon-time"></span>&nbsp;{{ page.date | date: '%-d&nbsp;%b&nbsp;%Y' }}
+ &nbsp;<span class="glyphicon glyphicon-time"></span>&nbsp;{{ page.date | date: '%-d&nbsp;%b&nbsp;%Y' }}
</p>
</div>
</div>