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
9
static/stylesheet/tag-cloud.css
Normal file
9
static/stylesheet/tag-cloud.css
Normal file
|
@ -0,0 +1,9 @@
|
|||
.tag-cloud span {
|
||||
padding-right: .4em;
|
||||
font-size: 80%;
|
||||
}
|
||||
|
||||
.tag-cloud p {
|
||||
margin-top: 4em;
|
||||
}
|
||||
|
|
@ -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
Reference in a new issue