Skip to content
GitLab
Menu
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
fda7401e
Verified
Commit
fda7401e
authored
Feb 24, 2020
by
erciccione
Browse files
Blog: add posts date, author and nicer category visualization
for 'All Posts' and tagged categories
parent
dfbe0c02
Changes
3
Hide whitespace changes
Inline
Side-by-side
_i18n/en.yml
View file @
fda7401e
...
...
@@ -680,7 +680,6 @@ blog:
title_1
:
All
title_2
:
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
...
...
_layouts/blog_by_tag.html
View file @
fda7401e
...
...
@@ -28,6 +28,10 @@ layout: custom
<p>
{{ post.summary }}
</p>
<p><small>
{% t blog.author %} {{ post.author }} | {{ post.date | date: "%-d %B %Y" }}
</small>
</p>
</div>
{% endfor %}
{% else %}
...
...
blog/index.html
View file @
fda7401e
...
...
@@ -16,9 +16,11 @@ title: titles.allposts
{{ post.summary }}
</p>
<p>
<small>
{% t blog.tagged %}:
<small>
{% t blog.author %} {{ post.author }} | {{ post.date | date: "%-d %B %Y" }}
<br>
Category:
{% for tag in post.tags %}
<a
href=
"/blog/tags/{{ tag }}.html"
>
[
{{ tag }}
]
</a>
<a
href=
"/blog/tags/{{ tag }}.html"
>
{{ tag }}
</a>
{% endfor %}
</small>
</p>
...
...
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