summaryrefslogtreecommitdiff
path: root/templates/yearly.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/yearly.html')
-rw-r--r--templates/yearly.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/yearly.html b/templates/yearly.html
new file mode 100644
index 0000000..8fd8b8c
--- /dev/null
+++ b/templates/yearly.html
@@ -0,0 +1,11 @@
+{{#articles}}
+ <article>
+ <header>
+ <h2><a href='{{url}}'>{{title}}</a></h2>
+ </header>
+ </article>
+{{/articles}}
+
+{{#prevarchive}}
+lol
+{{/prevarchive}}