diff options
author | bie <bie@blekksprut.net> | 2017-08-04 16:27:02 +0900 |
---|---|---|
committer | bie <bie@blekksprut.net> | 2017-08-04 16:27:02 +0900 |
commit | 241cffabb7ce2b9175c752f35d1a1865bd7f82a0 (patch) | |
tree | c84c888c6e4add39ca5c782ad652878f7335de94 /templates/yearly.html | |
parent | bcc916147c695604c1b00ad73210321ce6843b87 (diff) | |
download | maker-241cffabb7ce2b9175c752f35d1a1865bd7f82a0.tar.xz |
fuchhhh
Diffstat (limited to 'templates/yearly.html')
-rw-r--r-- | templates/yearly.html | 11 |
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}} |