Skip to content

Commit

Permalink
gum: fix indentation in index.html
Browse files Browse the repository at this point in the history
add indentation spaces which were missing due to copy-paste editing
  • Loading branch information
makefu committed Jul 21, 2014
1 parent cd6d855 commit 98a554c
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions gum/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 -->

Expand Down

0 comments on commit 98a554c

Please sign in to comment.