{{ title .Title }}
+ {{ if .Params.subtitle }} +{{ .Params.subtitle }}
+ {{ end }} +
+
+ {{ .Content }}
+
+ diff --git a/content/post/test.md b/content/post/test.md new file mode 100644 index 0000000..d595cde --- /dev/null +++ b/content/post/test.md @@ -0,0 +1,4 @@ +--- +title: Test +--- +test content diff --git a/layouts/_default/list.html b/layouts/_default/list.html index e69de29..3a2e3e3 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -0,0 +1,16 @@ +{{ partial "page_start.html" . }} +
{{ .Params.subtitle }}
+ {{ end }} +