Prepend tag-line with: Read more about

This commit is contained in:
Richard Bos 2021-07-27 17:14:02 +02:00
parent a2b7d6de37
commit 12ddd074e5
2 changed files with 10 additions and 0 deletions

View file

@ -0,0 +1,9 @@
.tag-cloud span {
padding-right: .4em;
font-size: 80%;
}
.tag-cloud p {
margin-top: 4em;
}

View file

@ -52,6 +52,7 @@
<div class="tag-cloud">
<p>
{% if article.tags %}
<span>{{ _('Read more about') }}</span>
{% for tag in article.tags %}
<a href="{{ SITEURL }}/{{ tag.url }}">{{ tag }}</a>
{% endfor %}