aboutsummaryrefslogtreecommitdiffstats
path: root/gum
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2014-07-21 21:59:24 +0200
committermakefu <github@syntax-fehler.de>2014-07-21 21:59:24 +0200
commit98a554cfdc3838ef57a0df272d1822a72e0899f5 (patch)
tree29f12386665c7a57a2ff8a4fbe6688fea2394b66 /gum
parentcd6d85592b4eedc190057a5db297aaef47bfbf4a (diff)
downloadpelican-themes-98a554cfdc3838ef57a0df272d1822a72e0899f5.zip
pelican-themes-98a554cfdc3838ef57a0df272d1822a72e0899f5.tar.gz
pelican-themes-98a554cfdc3838ef57a0df272d1822a72e0899f5.tar.bz2
gum: fix indentation in index.html
add indentation spaces which were missing due to copy-paste editing
Diffstat (limited to 'gum')
-rw-r--r--gum/templates/index.html15
1 files changed, 7 insertions, 8 deletions
diff --git a/gum/templates/index.html b/gum/templates/index.html
index 338f7e0..d762a53 100644
--- a/gum/templates/index.html
+++ b/gum/templates/index.html
@@ -16,14 +16,13 @@
<header> <h2 class="entry-title"><a href="{{ SITEURL }}/{{ article.url }}" rel="bookmark" title="Permalink to {{ article.title|striptags }}">{{ article.title }}</a></h2> </header>
<footer class="post-info">
<abbr class="published" title="{{ article.date.isoformat() }}"> {{ article.locale_date }} </abbr>
-
- {% if article.authors %}
- <address class="vcard author">By
- {% for author in article.authors|sort %}
- <a class="url fn" href="{{ SITEURL }}/{{ author.url }}"> {{ author }}</a>
- {% endfor %}
- </address>
- {% endif %}
+ {% if article.authors %}
+ <address class="vcard author">By
+ {% for author in article.authors|sort %}
+ <a class="url fn" href="{{ SITEURL }}/{{ author.url }}"> {{ author }}</a>
+ {% endfor %}
+ </address>
+ {% endif %}
</footer><!-- /.post-info -->
<div class="entry-content"> {{ article.summary }} </div><!-- /.entry-content -->