aboutsummaryrefslogtreecommitdiffstats
path: root/theme/templates/article.html
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2016-05-05 18:34:02 -0400
committerbnewbold <bnewbold@robocracy.org>2016-05-05 18:34:02 -0400
commitfe7012879c287d80598a9b6e40929b61eefcd25c (patch)
treeffedaef0f41b71192e1728d15c4c40f2dc41f1c3 /theme/templates/article.html
parent8e209973ab76e5d3b5657088306d5cd16a4eaaee (diff)
downloadbnewnet-fe7012879c287d80598a9b6e40929b61eefcd25c.tar.gz
bnewnet-fe7012879c287d80598a9b6e40929b61eefcd25c.zip
basic fixups to templates and stylesheet
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 }}