diff options
author | Johannes Stoelp <johannes.stoelp@gmail.com> | 2022-12-19 19:43:36 +0100 |
---|---|---|
committer | Johannes Stoelp <johannes.stoelp@gmail.com> | 2022-12-19 19:43:36 +0100 |
commit | ef6777e506b301110b8426a10929e35b10c5c08c (patch) | |
tree | 2b2c328eff9f384c9effe5a37c4d03b5760c4478 | |
parent | 9eb49ccb1d54ae4a62271a507de5ceb9cce455e2 (diff) | |
download | blog-ef6777e506b301110b8426a10929e35b10c5c08c.tar.gz blog-ef6777e506b301110b8426a10929e35b10c5c08c.zip |
add anchors to headers
-rw-r--r-- | content/_index.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/_index.md b/content/_index.md index e9dbbc0..6d5b7a6 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,4 +1,5 @@ +++ sort_by = "date" paginate_by = 25 +insert_anchor_links = "heading" +++ |