prerelease changes
This commit is contained in:
@ -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 %}
|
||||
|
Reference in New Issue
Block a user