{{ .Title }}
--
{{ range .Pages }}
-
- {{.Title}} +
{{ .Title }}
+ + {{ partial "tags.html" .}} ++ {{ .Summary }} +
+ {{ if .Truncated }} +
+ Read More...
+
+ {{ end }}
+ diff --git a/themes/saturn/layouts/_default/baseof.html b/themes/saturn/layouts/_default/baseof.html index e5d7ead..9c3d599 100644 --- a/themes/saturn/layouts/_default/baseof.html +++ b/themes/saturn/layouts/_default/baseof.html @@ -2,6 +2,8 @@ {{- partial "head.html" . -}}
++ {{ .Summary }} +
+ {{ if .Truncated }} +
+ {{ .Title }}
{{ partial "tags.html" .}}
@@ -13,7 +13,7 @@
Read More...
{{ end }}
-