figbert.com-website

[ACTIVE] the website and home of figbert on the clearnet
git clone git://git.figbert.com/figbert.com-website.git
Log | Files | Refs | README | LICENSE

commit ff4f3d7f9020a4c0b6e2ceda6f6ee9c665e59930
parent 1ded342bc04d6dde331bae0b1cf8aa248c4c1807
Author: FIGBERT <figbert@figbert.com>
Date:   Tue, 14 Jun 2022 11:47:45 -0700

Use semantic template names

Diffstat:
Mcontent/posts/_index.md | 2--
Mcontent/projects/_index.md | 2--
Rtemplates/article.html -> templates/page.html | 0
Rtemplates/list.html -> templates/section.html | 0
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