Merge pull request #380 from enkaskal/enkaskal_add_date_to_posts

Add post date to blog posts
This commit is contained in:
Riccardo Spagni 2017-09-09 07:57:52 -07:00 committed by GitHub
commit fa6c02cc8d
3 changed files with 7 additions and 2 deletions

2
.gitignore vendored
View File

@ -1,3 +1,5 @@
ietemplates/
_site/*
.idea/
*.swp
tags

View File

@ -28,7 +28,9 @@ layout: base
<div class="info-block">
<div class="row">
<div class="col"><h2>{{ page.title }}</h2>
<p class="author">{% t blog.author %}: {% if page.author %}{{page.author}}{% else %}{{site.author}}{% endif%}</p></div>
<p class="author">{% t blog.author %}: {% if page.author %}{{page.author}}{% else %}{{site.author}}{% endif%}</p>
<p id="post-meta">{% t blog.date %} : {{ page.date }}</p>
</div>
</div>
<div>
{{content}}
@ -75,4 +77,4 @@ layout: base
<!-- end right one-third block-->
</div>
</section>
</div>
</div>

View File

@ -90,6 +90,7 @@ blog:
title_3: Posts
tagged: Tagged under
author: Posted by
date: Posted at
forum: Click here to join the discussion for this entry on the Monero Forum
tags:
all: Articles by Tag