forked from david-swift/duckling
Allow showing an archive notice on a normal page
This commit is contained in:
parent
c6ab012e6b
commit
5d52f7fad9
@ -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 %}
|
||||||
Loading…
x
Reference in New Issue
Block a user