+ {{ .Title }} +
+{{ .Date.Format "January 2, 2006" }}
++ {{ .Summary }} + {{ if .Truncated }} + ... + {{ end }} +
+diff --git a/layouts/partials/docs/html-head.html b/layouts/partials/docs/html-head.html index 363bcd2..c4f6a49 100644 --- a/layouts/partials/docs/html-head.html +++ b/layouts/partials/docs/html-head.html @@ -4,6 +4,5 @@ - {{ $styles := resources.Get "book.scss" | resources.ToCSS | resources.Minify | resources.Fingerprint }} \ No newline at end of file diff --git a/layouts/posts/baseof.html b/layouts/posts/baseof.html new file mode 100644 index 0000000..d147c1e --- /dev/null +++ b/layouts/posts/baseof.html @@ -0,0 +1,20 @@ + +{{- partial "docs/shared" -}} + + +
+ {{ partial "docs/html-head" . }} + {{ partial "docs/inject/head" . }} + + + ++ {{ .Summary }} + {{ if .Truncated }} + ... + {{ end }} +
+