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
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
5
Merge Requests
5
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
monero-project
monero-site
Commits
da3d667c
Verified
Commit
da3d667c
authored
Feb 20, 2018
by
Diego Salazar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed blog tag issue
parent
8c3def51
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
_layouts/blog_by_tag.html
_layouts/blog_by_tag.html
+3
-3
No files found.
_layouts/blog_by_tag.html
View file @
da3d667c
...
...
@@ -23,7 +23,7 @@ layout: custom
<div>
{% if site.tags[tag.slug] %}
{% for post in site.tags[tag.slug] %}
<h3><a
href=
"{{
site.baseurl}}/{{
post.url }}"
>
{{ post.title }}
</a></h3>
<h3><a
href=
"{{ post.url }}"
>
{{ post.title }}
</a></h3>
<p>
{{ post.summary }}
</p>
...
...
@@ -46,7 +46,7 @@ layout: custom
{% for post in site.posts limit:4 %}
<div
class=
"row start-xs info-block-row"
>
<div
class=
"col"
>
<p><a
href=
"{{
site.baseurl}}/{{
post.url }}"
>
{{ post.title }}
</a></p>
<p><a
href=
"{{ post.url }}"
>
{{ post.title }}
</a></p>
</div>
</div>
{% endfor %}
...
...
@@ -60,7 +60,7 @@ layout: custom
{% for tag in site.data.tags limit:4 %}
<div
class=
"row start-xs"
>
<div
class=
"col"
>
<p><a
href=
"
{{site.baseurl}}
/blog/tags/{{ tag.slug }}.html"
>
{{ tag.name }}
</a></p>
<p><a
href=
"/blog/tags/{{ tag.slug }}.html"
>
{{ tag.name }}
</a></p>
</div>
</div>
{% endfor %}
...
...
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