From 12ca420346e88efdaf1261cdfa7a47325e4e8098 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Fri, 24 Aug 2018 16:10:18 -0700 Subject: [PATCH] templates/blogindex: add a blogroll Closes #9 --- templates/blogindex.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/templates/blogindex.html b/templates/blogindex.html index 107e7e1..14c727c 100644 --- a/templates/blogindex.html +++ b/templates/blogindex.html @@ -9,6 +9,8 @@ {{ end }} {{ define "content" }} +

Blogposts

+
{{ range . }}
@@ -19,4 +21,14 @@
{{ end }}
+ +

Other Blogs I Find Interesting

+ + {{ end }}