Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
monero-site
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xiphon
monero-site
Commits
fda7401e
Verified
Commit
fda7401e
authored
Feb 24, 2020
by
erciccione
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
3 changed files
with
8 additions
and
3 deletions
+8
-3
_i18n/en.yml
_i18n/en.yml
+0
-1
_layouts/blog_by_tag.html
_layouts/blog_by_tag.html
+4
-0
blog/index.html
blog/index.html
+4
-2
No files found.
_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