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 021ec9a2b13666519d78da5907880804fdbc59d9
parent 9d9e7405ab225e46dd53e94d0be759f7aba07b82
Author: FIGBERT <figbert@figbert.com>
Date:   Fri, 14 Aug 2020 23:17:57 -0700

:lipstick: Move header anchors to right side

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

diff --git a/content/posts/_index.md b/content/posts/_index.md @@ -3,6 +3,6 @@ title = "Posts" description = "" sort_by = "date" paginate_by = 20 -insert_anchor_links = "left" +insert_anchor_links = "right" +++ diff --git a/content/projects/_index.md b/content/projects/_index.md @@ -3,6 +3,6 @@ title = "Projects" description = "" sort_by = "weight" paginate_by = 20 -insert_anchor_links = "left" +insert_anchor_links = "right" +++