Skip to content
Snippets Groups Projects
Commit 345946e3 authored by Stefan Schwoegler's avatar Stefan Schwoegler
Browse files

Add post date to blog posts

parent 3eae8086
No related branches found
No related tags found
No related merge requests found
ietemplates/
_site/*
.idea/
*.swp
tags
......@@ -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>
\ No newline at end of file
</div>
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment