Allow showing an archive notice on a normal page
This commit is contained in:
@ -2,4 +2,10 @@
|
|||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
{{ page.content | safe }}
|
{{ page.content | safe }}
|
||||||
|
{% if page.extra.archive %}
|
||||||
|
<div class="statement-container archive">
|
||||||
|
<strong class="big">⚠ Archived</strong>
|
||||||
|
{{ page.extra.archive | markdown | safe }}
|
||||||
|
</div>
|
||||||
|
{% endif %}
|
||||||
{% endblock content %}
|
{% endblock content %}
|
Reference in New Issue
Block a user