diff --git a/templates/page.html b/templates/page.html index a4ec2aa..023ecbe 100644 --- a/templates/page.html +++ b/templates/page.html @@ -2,4 +2,10 @@ {% block content %} {{ page.content | safe }} +{% if page.extra.archive %} +
+ ⚠ Archived + {{ page.extra.archive | markdown | safe }} +
+{% endif %} {% endblock content %} \ No newline at end of file