diff --git a/content/reading-list.md b/content/reading-list.md new file mode 100644 index 0000000..0144097 --- /dev/null +++ b/content/reading-list.md @@ -0,0 +1,9 @@ ++++ +title = "reading" +layout = "special" +hidden = true +draft = true +[menus.main] + weight = -2 ++++ +This is a record of all the books I've read since starting this blog diff --git a/layouts/index.html b/layouts/index.html index 2289aac..8422313 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,4 +1,5 @@ -{{ define "main" }} {{ .Content }} {{ with .Site.RegularPages }} +{{ define "main" }} {{ .Content }} {{ with (where site.RegularPages +"Params.hidden" "ne" true) }}