diff --git a/templates/blog.tmpl b/templates/blog.tmpl index 0099786..d963c60 100644 --- a/templates/blog.tmpl +++ b/templates/blog.tmpl @@ -1,6 +1,5 @@ {{ template "header.tmpl" . }}

Blog posts

- {{ range $val := . }}
diff --git a/templates/blog_post.tmpl b/templates/blog_post.tmpl index 72c94bf..865fbcc 100644 --- a/templates/blog_post.tmpl +++ b/templates/blog_post.tmpl @@ -12,5 +12,10 @@ {{ else }}

No comments...

{{ end }} +
+ + + +
{{ template "footer.tmpl" . }}