Better style for <small> tags
This commit is contained in:
@@ -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) }}
|
||||
|
||||
Reference in New Issue
Block a user