mirror of
https://github.com/monero-project/monero-site.git
synced 2025-02-21 17:20:39 +02:00
commit
2e1f8eb02e
@ -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 New Issue
Block a user