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" . }} +
+
+
+

{{ title .Title }}

+ {{ if .Params.subtitle }} +

{{ .Params.subtitle }}

+ {{ end }} +
+
+ + {{ .Content }} +
+
+
+{{ partial "page_end.html" . }} diff --git a/layouts/partials/navbar.html b/layouts/partials/navbar.html index 6da56d0..9c8f687 100644 --- a/layouts/partials/navbar.html +++ b/layouts/partials/navbar.html @@ -2,24 +2,24 @@

{{ title .Site.Title }}