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 53a9986049e7958f92db648ee083db2f953404f2
parent ff88fc5debf19880ac401939e17f7315128bbccd
Author: FIGBERT <figbert@figbert.com>
Date:   Sat, 15 Aug 2020 23:38:10 -0700

:bug: Fix bug causing posts and projects not be listed

Diffstat:
Mcontent/posts/_index.md | 4++--
Mcontent/projects/_index.md | 4++--
2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/content/posts/_index.md b/content/posts/_index.md @@ -2,7 +2,7 @@ title = "Posts" description = "" sort_by = "date" -paginate_by = 20 -insert_anchor_links = "right" +template = "posts.html" +page_template = "article.html" +++ diff --git a/content/projects/_index.md b/content/projects/_index.md @@ -2,7 +2,7 @@ title = "Projects" description = "" sort_by = "weight" -paginate_by = 20 -insert_anchor_links = "right" +template = "projects.html" +page_template = "article.html" +++