better style, DOS colors, simplified content

This commit is contained in:
randogoth 2025-12-20 11:44:54 +02:00
parent c9b86ba012
commit 8338b702b4
12 changed files with 182 additions and 234 deletions

View file

@ -7,11 +7,11 @@
{% for article in articles_page.object_list %}
<article class="hentry">
<abbr class="published" title="{{ article.date.isoformat() }}"> {{ article.locale_date }} </abbr>
<header>
<h2 class="entry-title">
<a href="{{ SITEURL }}/{{ article.url }}" rel="bookmark" title="Permalink to {{ article.title|striptags }}">{{ article.title }}</a>
</h2>
<abbr class="published" title="{{ article.date.isoformat() }}">[{{ article.locale_date }}]&nbsp;</abbr>
<span class="entry-summary">{{ article.summary }}</span>
</header>
</article>