summaryrefslogtreecommitdiff
path: root/themes/simple/templates/index.html
diff options
context:
space:
mode:
authorDaniel Hader <[email protected]>2026-09-07 20:32:43 -0500
committerDaniel Hader <[email protected]>2026-09-07 20:32:43 -0500
commitdaf27b9ed31772688f1cb0277f16967594f392d9 (patch)
tree795e759ef6cbfb9caccf298636c2d9feb03a21d2 /themes/simple/templates/index.html
parent0db125a9f71b9ceb31176ea06a480dae7e484039 (diff)
css progress and some cleaning upHEADmain
Diffstat (limited to 'themes/simple/templates/index.html')
-rw-r--r--themes/simple/templates/index.html7
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 %}