mirror of
https://github.com/monero-project/monero-site.git
synced 2024-12-23 12:09:49 +00:00
Add post date to blog posts
This commit is contained in:
parent
3eae808620
commit
345946e3bc
3 changed files with 7 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,3 +1,5 @@
|
|||
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}}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue