diff --git a/layouts/index.html b/layouts/index.html index 32dfea3..13b2851 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -8,7 +8,7 @@ {{ $pages := where .Site.RegularPages "Type" "in" .Site.Params.mainSections }} {{range first (default 4 .Site.Params.recentMax) (where $pages "Section" "ne" .Site.Params.microBlogSection)}}
- {{ .Title }} + {{ .Title }} {{$page := .}} {{with .Description}}

{{.}}

@@ -38,7 +38,7 @@
{{.Content}}
-
{{.Date.Format "Jan 2 2006 03:04 UTC-07"}} link
+
{{.Date.Format "Jan 2 2006 03:04 UTC-07"}} link
{{ end }} {{ range where (where site.RegularPages "Type" "in" site.Params.microBlogSection) "Params.pinned" "ne" true}} @@ -49,10 +49,10 @@
{{.Content}}
-
{{.Date.Format "Jan 2 2006 03:04 UTC-07"}} link
+
{{.Date.Format "Jan 2 2006 03:04 UTC-07"}} link
{{ end }} {{end}} -{{end }} \ No newline at end of file +{{end }}