Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
monero-project
monero-site
Commits
fa6c02cc
Commit
fa6c02cc
authored
Sep 09, 2017
by
Riccardo Spagni
Committed by
GitHub
Sep 09, 2017
Browse files
Merge pull request #380 from enkaskal/enkaskal_add_date_to_posts
Add post date to blog posts
parents
80a38cd2
345946e3
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
fa6c02cc
ietemplates/
_site/*
.idea/
*.swp
tags
_layouts/post.html
View file @
fa6c02cc
...
...
@@ -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>
_strings_en.yml
View file @
fa6c02cc
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment