1
0

prerelease changes

This commit is contained in:
2023-11-30 14:02:52 +01:00
parent bf050186fa
commit 0ef26dddfd
21 changed files with 572 additions and 268 deletions

View File

@ -10,9 +10,8 @@
<article class="news-card {{ article_class }}">
<img src="/svg/pin.svg" alt="pin icon" class="pin-img">
<h3>{{ page.title }}</h3>
<p>{{ page.date | date(format="%d. %m. %Y")}}</p>
<p>Autor: {{ page.extra["author"] }}</p>
{{ page.content | safe }}
<p class="date">{{ page.date | date(format="%d. %m. %Y")}}</p>
<p class="text">{{ page.content | safe }}</p>
</article>
{% endfor %}
{% endblock news %}