diff options
Diffstat (limited to 'themes/simple/templates/index.html')
| -rw-r--r-- | themes/simple/templates/index.html | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/themes/simple/templates/index.html b/themes/simple/templates/index.html index 100a720..98e705e 100644 --- a/themes/simple/templates/index.html +++ b/themes/simple/templates/index.html @@ -11,13 +11,6 @@ <section>{{ article.summary }}</section> <footer> <p>Published: <time datetime="{{ article.date.isoformat() }}"> {{ article.locale_date }} </time></p> - {%- if article.authors %} - <address>By - {% for author in article.authors %} - <a href="{{ SITEURL }}/{{ author.url }}">{{ author }}</a> - {% endfor %} - </address> - {%- endif %} </footer> </article> {% endfor %} |
