{{.Title}}
+ {{.Content}} +-
+
+ {{ range .Pages }}
+
- + {{.Date.Format "2006-01-02"}} | {{.Title}} + + {{ end }} +
diff --git a/config.toml b/config.toml index b1cad6b..b808812 100644 --- a/config.toml +++ b/config.toml @@ -10,4 +10,10 @@ sectionPagesMenu = "main" name = "Home" title = "home" weight = "10" - url = "/" \ No newline at end of file + url = "/" +[[menu.main]] + identifier = "posts" + name = "Blog" + title = "posts" + weight = "20" + url = "/posts/" \ No newline at end of file diff --git a/content/posts/2012-05-05-coming-changes.md b/content/posts/2012-05-05-coming-changes.md index 20e6670..e941a3f 100644 --- a/content/posts/2012-05-05-coming-changes.md +++ b/content/posts/2012-05-05-coming-changes.md @@ -8,6 +8,7 @@ categories: - Archived --- +{{< rawhtml >}}
- \ No newline at end of file + +{{< /rawhtml >}} \ No newline at end of file diff --git a/themes/hacksite/layouts/_default/list.html b/themes/hacksite/layouts/_default/list.html index e69de29..b40d7e8 100644 --- a/themes/hacksite/layouts/_default/list.html +++ b/themes/hacksite/layouts/_default/list.html @@ -0,0 +1,24 @@ + + + {{- partial "head.html" . -}} +
+ {{- partial "header.html" . -}} +