Add notice to the top of archived pages that this is an archive.
This commit is contained in:
9
templates/category.mustache
Normal file
9
templates/category.mustache
Normal file
@@ -0,0 +1,9 @@
|
||||
{{>header}}
|
||||
{{>wiki_notice}}
|
||||
<h2>{{title}}</h2>
|
||||
<ul>
|
||||
{{#pages}}
|
||||
<li><a href="{{url}}">{{title}}</a></li>
|
||||
{{/pages}}
|
||||
</ul>
|
||||
{{>footer}}
|
Reference in New Issue
Block a user