aboutsummaryrefslogtreecommitdiffstats
path: root/theme/templates/article.html
diff options
context:
space:
mode:
Diffstat (limited to 'theme/templates/article.html')
-rw-r--r--theme/templates/article.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/theme/templates/article.html b/theme/templates/article.html
index 8afd2c0..23bf022 100644
--- a/theme/templates/article.html
+++ b/theme/templates/article.html
@@ -23,6 +23,7 @@
{{ translations.translations_for(article) }}
</header>
<footer class="post-info">
+ <div class="right_stuff">
<abbr class="published" title="{{ article.date.isoformat() }}">
{{ article.locale_date }}
</abbr>
@@ -33,11 +34,12 @@
{% endif %}
{% if article.authors %}
<address class="vcard author">
- By {% for author in article.authors %}
+ {% for author in article.authors %}
<a class="url fn" href="{{ SITEURL }}/{{ author.url }}">{{ author }}</a>
{% endfor %}
</address>
{% endif %}
+ </div>
</footer><!-- /.post-info -->
<div class="entry-content">
{{ article.content }}