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:
M | content/posts/_index.md | | | 2 | +- |
M | content/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" +++