Add notice to the top of archived pages that this is an archive.

This commit is contained in:
2020-09-03 03:34:22 -05:00
parent b33ea016d5
commit 5859ee0408
8 changed files with 25 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
{{>header}}
{{>wiki_notice}}
<h2>{{title}}</h2>
<ul>
{{#pages}}
<li><a href="{{url}}">{{title}}</a></li>
{{/pages}}
</ul>
{{>footer}}