diff --git a/content/blog/_index.md b/content/blog/_index.md index 785e817..5d8ed95 100644 --- a/content/blog/_index.md +++ b/content/blog/_index.md @@ -1,4 +1,4 @@ --- -title: Blog +title: Member Blogs subtitle: Stories about what is going on in the hackspace. ---- \ No newline at end of file +--- diff --git a/themes/lhs/layouts/blog/list.html b/themes/lhs/layouts/blog/list.html index f2e8b30..519f98e 100644 --- a/themes/lhs/layouts/blog/list.html +++ b/themes/lhs/layouts/blog/list.html @@ -9,6 +9,8 @@ {{ define "content" }} {{ .Content }} +

Subscribe to our RSS feed to keep up to date with new posts.

+ {{- range .Data.Pages.GroupByDate "2006" }}

{{ .Key }}

@@ -29,6 +31,5 @@ {{- end }} - {{- end }} {{ end }} \ No newline at end of file