Allow making posts "featured", tweak article list styles

This commit is contained in:
daudix
2024-06-22 06:29:52 +03:00
parent 6c092ad49d
commit b157f81a07
25 changed files with 290 additions and 122 deletions

View File

@ -1,7 +1,7 @@
{% extends "base.html" %}
{% block content %}
{%- if page.extra.archive -%}
{%- if page.extra.archive %}
<div class="statement-container archive">
<strong class="big">
<i class="icon"></i>
@ -9,6 +9,6 @@
</strong>
{{ page.extra.archive | markdown | safe }}
</div>
{%- endif -%}
{%- endif %}
{{ page.content | safe }}
{% endblock content %}