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.toml14
1 files changed, 4 insertions, 10 deletions
diff --git a/content/org-ssg.toml b/content/org-ssg.toml
index 7cac59d..a1db6a0 100644
--- a/content/org-ssg.toml
+++ b/content/org-ssg.toml
@@ -41,20 +41,14 @@ 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.
+# Blog posts render through post.html, which adds the reply snippet. Nothing else does:
+# the live site also invites replies on garden notes and /now/, and that is a choice
+# rather than something a directory should decide. Any page opts in for itself with
+# `#+TEMPLATE: post.html`, and any post opts out with `#+TEMPLATE: base.html`.
[[pages]]
match = "blog"
template = "post.html"
-# The live site invites replies on garden notes and /now/ too, but not on /uses/,
-# /tips/ or /salary/.
-[[pages]]
-match = "garden"
-template = "post.html"
-
-[[pages]]
-match = "now"
-template = "post.html"
-
[highlight]
theme = "InspiredGitHub"