commit ff4f3d7f9020a4c0b6e2ceda6f6ee9c665e59930
parent 1ded342bc04d6dde331bae0b1cf8aa248c4c1807
Author: FIGBERT <figbert@figbert.com>
Date: Tue, 14 Jun 2022 11:47:45 -0700
Use semantic template names
Diffstat:
4 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/content/posts/_index.md b/content/posts/_index.md
@@ -1,8 +1,6 @@
+++
title = "Posts"
sort_by = "date"
-template = "list.html"
-page_template = "article.html"
insert_anchor_links = "left"
generate_feed = true
+++
diff --git a/content/projects/_index.md b/content/projects/_index.md
@@ -1,8 +1,6 @@
+++
title = "Projects"
sort_by = "weight"
-template = "list.html"
-page_template = "article.html"
insert_anchor_links = "left"
generate_feed = true
+++
diff --git a/templates/article.html b/templates/page.html
diff --git a/templates/list.html b/templates/section.html