Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
monero-project
monero-site
Commits
345946e3
Commit
345946e3
authored
Aug 31, 2017
by
Stefan Schwoegler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add post date to blog posts
parent
3eae8086
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
.gitignore
.gitignore
+2
-0
_layouts/post.html
_layouts/post.html
+4
-2
_strings_en.yml
_strings_en.yml
+1
-0
No files found.
.gitignore
View file @
345946e3
ietemplates/
_site/*
.idea/
*.swp
tags
_layouts/post.html
View file @
345946e3
...
...
@@ -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 @
345946e3
...
...
@@ -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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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