diff options
Diffstat (limited to 'templates/tag.html')
| -rw-r--r-- | templates/tag.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/tag.html b/templates/tag.html index ccb3e84..c991ff9 100644 --- a/templates/tag.html +++ b/templates/tag.html @@ -2,6 +2,7 @@ <html> {{> head.html}} <body> +{{> header.html}} <h1> {{?htag}} Category: @@ -29,5 +30,6 @@ {{/pages}} </ul> {{/pages}} +{{> footer.html}} </body> </html> |
