mirror of
https://github.com/monero-project/monero-site.git
synced 2025-01-10 21:05:04 +00:00
Fix a little bug
This commit is contained in:
parent
a0d780da9a
commit
b9a542548f
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ title: All Blog Posts
|
||||||
{{ post.summary }}
|
{{ post.summary }}
|
||||||
<small>{% t blog.tagged %}:
|
<small>{% t blog.tagged %}:
|
||||||
{% for tag in post.tags %}
|
{% for tag in post.tags %}
|
||||||
[<a href="/blog/tags/{{ tag }}.html">{{ tag }}]</a>
|
<a href="/blog/tags/{{ tag }}.html">[{{ tag }}]</a>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</small>
|
</small>
|
||||||
</p>
|
</p>
|
||||||
|
@ -40,4 +40,4 @@ title: All Blog Posts
|
||||||
<span>Next »</span>
|
<span>Next »</span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</h4></div>
|
</h4></div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in a new issue