aboutsummaryrefslogtreecommitdiff
path: root/content/org-ssg.toml
diff options
context:
space:
mode:
Diffstat (limited to 'content/org-ssg.toml')
-rw-r--r--content/org-ssg.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/content/org-ssg.toml b/content/org-ssg.toml
index 4edb039..ffbd179 100644
--- a/content/org-ssg.toml
+++ b/content/org-ssg.toml
@@ -34,6 +34,12 @@ pages = ["blog/index.html", "garden/index.html", "salary/index.org"]
[templates]
dir = "templates"
+# Blog posts render through post.html — the shared layout plus a reply footer — the way
+# weblorg routes them through theme/templates/post.html. Everything else uses base.html.
+[[pages]]
+match = "blog"
+template = "post.html"
+
[highlight]
theme = "InspiredGitHub"