Prepend tag-line with: Read more about
This commit is contained in:
parent
6426ce72a7
commit
4e09a922db
2 changed files with 10 additions and 0 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue