Better style for <small> tags

This commit is contained in:
Bat
2018-07-19 12:00:34 +02:00
parent 8ad0abd921
commit e581ef7d09
4 changed files with 14 additions and 13 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
{% endblock title %}
{% block content %}
<h1>{{ blog.title }} (~{{ blog.actor_id }})</h1>
<h1>{{ blog.title }} <small>~{{ blog.actor_id }}</small></h1>
<p>{{ blog.summary }}</p>
<p>
{{ "{{ count }} authors in this blog: " | _n(singular="One author in this blog: ", count = n_authors) }}