summaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
authorbie <bie@blekksprut.net>2017-08-04 16:27:02 +0900
committerbie <bie@blekksprut.net>2017-08-04 16:27:02 +0900
commit241cffabb7ce2b9175c752f35d1a1865bd7f82a0 (patch)
treec84c888c6e4add39ca5c782ad652878f7335de94 /templates/index.html
parentbcc916147c695604c1b00ad73210321ce6843b87 (diff)
downloadmaker-241cffabb7ce2b9175c752f35d1a1865bd7f82a0.tar.xz
fuchhhh
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html14
1 files changed, 9 insertions, 5 deletions
diff --git a/templates/index.html b/templates/index.html
index 4695387..c275df3 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -1,10 +1,14 @@
{{#articles}}
<article>
- <h2><a href='{{url}}'>{{title}}</a></h2>
- <p>posted {{date}} by {{author}}
- {{#lead}}
- <p class=lead>{{lead}}
- {{/lead}}
+ <header>
+ <h2><a href='{{url}}'>{{title}}</a></h2>
+ <p>posted {{date}}, by {{author}}
+ </header>
+ {{&text}}
</article>
{{/articles}}
+{{#next}}
+<p><a href='{{archive}}#{{slug}}'>More</a>
+{{/next}}
+