From 831e3b4178fe9e07ca45c3a0ce8c0a510984c949 Mon Sep 17 00:00:00 2001 From: MTRNord Date: Fri, 29 Nov 2024 21:48:18 +0100 Subject: [PATCH 1/3] Add css for anchors in the blog Signed-off-by: MTRNord --- sass/_blog.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sass/_blog.scss b/sass/_blog.scss index 57aa8cd4c..6622db472 100644 --- a/sass/_blog.scss +++ b/sass/_blog.scss @@ -196,3 +196,9 @@ h3 a { .footnote-definition>p { display: inline; } + +.zola-anchor { + font-size: 1rem; + margin-right: 0.5rem; + color: inherit; +} \ No newline at end of file From f96a8f5df62b26b24b4ac738482cd6c21cf5812d Mon Sep 17 00:00:00 2001 From: MTRNord Date: Fri, 29 Nov 2024 21:50:09 +0100 Subject: [PATCH 2/3] Apply anchors to all blog post sections --- content/blog/2014/09/_index.md | 1 + content/blog/2014/10/_index.md | 1 + content/blog/2014/11/_index.md | 1 + content/blog/2014/12/_index.md | 1 + content/blog/2015/01/_index.md | 1 + content/blog/2015/02/_index.md | 1 + content/blog/2015/03/_index.md | 1 + content/blog/2015/04/_index.md | 1 + content/blog/2015/05/_index.md | 1 + content/blog/2015/06/_index.md | 1 + content/blog/2015/07/_index.md | 1 + content/blog/2015/08/_index.md | 1 + content/blog/2015/09/_index.md | 1 + content/blog/2015/10/_index.md | 1 + content/blog/2015/11/_index.md | 1 + content/blog/2015/12/_index.md | 1 + content/blog/2015/_index.md | 1 + content/blog/2016/01/_index.md | 1 + content/blog/2016/02/_index.md | 1 + content/blog/2016/03/_index.md | 1 + content/blog/2016/04/_index.md | 1 + content/blog/2016/05/_index.md | 1 + content/blog/2016/07/_index.md | 1 + content/blog/2016/08/_index.md | 1 + content/blog/2016/09/_index.md | 1 + content/blog/2016/10/_index.md | 1 + content/blog/2016/11/_index.md | 1 + content/blog/2016/12/_index.md | 1 + content/blog/2016/_index.md | 1 + content/blog/2017/01/_index.md | 1 + content/blog/2017/02/_index.md | 1 + content/blog/2017/03/_index.md | 1 + content/blog/2017/04/_index.md | 1 + content/blog/2017/05/_index.md | 1 + content/blog/2017/06/_index.md | 1 + content/blog/2017/07/_index.md | 1 + content/blog/2017/08/_index.md | 1 + content/blog/2017/09/_index.md | 1 + content/blog/2017/10/_index.md | 1 + content/blog/2017/11/_index.md | 1 + content/blog/2017/12/_index.md | 1 + content/blog/2017/_index.md | 1 + content/blog/2018/01/_index.md | 1 + content/blog/2018/02/_index.md | 1 + content/blog/2018/03/_index.md | 1 + content/blog/2018/04/_index.md | 1 + content/blog/2018/05/_index.md | 1 + content/blog/2018/06/_index.md | 1 + content/blog/2018/07/_index.md | 1 + content/blog/2018/08/_index.md | 1 + content/blog/2018/09/_index.md | 1 + content/blog/2018/10/_index.md | 1 + content/blog/2018/11/_index.md | 1 + content/blog/2018/12/_index.md | 1 + content/blog/2018/_index.md | 1 + content/blog/2019/01/_index.md | 1 + content/blog/2019/02/_index.md | 1 + content/blog/2019/03/_index.md | 1 + content/blog/2019/04/_index.md | 1 + content/blog/2019/05/_index.md | 1 + content/blog/2019/06/_index.md | 1 + content/blog/2019/07/_index.md | 1 + content/blog/2019/08/_index.md | 1 + content/blog/2019/09/_index.md | 1 + content/blog/2019/10/_index.md | 1 + content/blog/2019/11/_index.md | 1 + content/blog/2019/12/_index.md | 1 + content/blog/2019/_index.md | 1 + content/blog/2020/01/_index.md | 1 + content/blog/2020/02/_index.md | 1 + content/blog/2020/03/_index.md | 1 + content/blog/2020/04/_index.md | 1 + content/blog/2020/05/_index.md | 1 + content/blog/2020/06/_index.md | 1 + content/blog/2020/07/_index.md | 1 + content/blog/2020/08/_index.md | 1 + content/blog/2020/09/_index.md | 1 + content/blog/2020/10/_index.md | 1 + content/blog/2020/11/_index.md | 1 + content/blog/2020/12/_index.md | 1 + content/blog/2020/_index.md | 1 + content/blog/2021/01/_index.md | 1 + content/blog/2021/02/_index.md | 1 + content/blog/2021/03/_index.md | 1 + content/blog/2021/04/_index.md | 1 + content/blog/2021/05/_index.md | 1 + content/blog/2021/06/_index.md | 1 + content/blog/2021/07/_index.md | 1 + content/blog/2021/08/_index.md | 1 + content/blog/2021/09/_index.md | 1 + content/blog/2021/10/_index.md | 1 + content/blog/2021/11/_index.md | 1 + content/blog/2021/12/_index.md | 1 + content/blog/2021/_index.md | 1 + content/blog/2022/01/_index.md | 1 + content/blog/2022/02/_index.md | 1 + content/blog/2022/03/_index.md | 1 + content/blog/2022/04/_index.md | 1 + content/blog/2022/05/_index.md | 1 + content/blog/2022/06/_index.md | 1 + content/blog/2022/07/_index.md | 1 + content/blog/2022/08/_index.md | 1 + content/blog/2022/09/_index.md | 1 + content/blog/2022/10/_index.md | 1 + content/blog/2022/_index.md | 1 + content/blog/2023/01/_index.md | 1 + content/blog/2023/02/_index.md | 1 + content/blog/2023/03/_index.md | 1 + content/blog/2023/04/_index.md | 1 + content/blog/2023/05/_index.md | 1 + content/blog/2023/06/_index.md | 1 + content/blog/2023/07/_index.md | 1 + content/blog/2023/08/_index.md | 1 + content/blog/2023/09/_index.md | 1 + content/blog/2023/10/_index.md | 1 + content/blog/2023/11/_index.md | 1 + content/blog/2023/12/_index.md | 1 + content/blog/2023/_index.md | 1 + content/blog/2024/01/_index.md | 1 + content/blog/2024/02/_index.md | 1 + content/blog/2024/03/_index.md | 1 + content/blog/2024/04/_index.md | 1 + content/blog/2024/05/_index.md | 1 + content/blog/2024/06/_index.md | 1 + content/blog/2024/07/_index.md | 1 + content/blog/2024/08/_index.md | 1 + content/blog/2024/09/_index.md | 1 + content/blog/2024/10/_index.md | 1 + content/blog/2024/11/_index.md | 1 + content/blog/2024/_index.md | 1 + 130 files changed, 130 insertions(+) diff --git a/content/blog/2014/09/_index.md b/content/blog/2014/09/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2014/09/_index.md +++ b/content/blog/2014/09/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2014/10/_index.md b/content/blog/2014/10/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2014/10/_index.md +++ b/content/blog/2014/10/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2014/11/_index.md b/content/blog/2014/11/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2014/11/_index.md +++ b/content/blog/2014/11/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2014/12/_index.md b/content/blog/2014/12/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2014/12/_index.md +++ b/content/blog/2014/12/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2015/01/_index.md b/content/blog/2015/01/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2015/01/_index.md +++ b/content/blog/2015/01/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2015/02/_index.md b/content/blog/2015/02/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2015/02/_index.md +++ b/content/blog/2015/02/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2015/03/_index.md b/content/blog/2015/03/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2015/03/_index.md +++ b/content/blog/2015/03/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2015/04/_index.md b/content/blog/2015/04/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2015/04/_index.md +++ b/content/blog/2015/04/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2015/05/_index.md b/content/blog/2015/05/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2015/05/_index.md +++ b/content/blog/2015/05/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2015/06/_index.md b/content/blog/2015/06/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2015/06/_index.md +++ b/content/blog/2015/06/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2015/07/_index.md b/content/blog/2015/07/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2015/07/_index.md +++ b/content/blog/2015/07/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2015/08/_index.md b/content/blog/2015/08/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2015/08/_index.md +++ b/content/blog/2015/08/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2015/09/_index.md b/content/blog/2015/09/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2015/09/_index.md +++ b/content/blog/2015/09/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2015/10/_index.md b/content/blog/2015/10/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2015/10/_index.md +++ b/content/blog/2015/10/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2015/11/_index.md b/content/blog/2015/11/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2015/11/_index.md +++ b/content/blog/2015/11/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2015/12/_index.md b/content/blog/2015/12/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2015/12/_index.md +++ b/content/blog/2015/12/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2015/_index.md b/content/blog/2015/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2015/_index.md +++ b/content/blog/2015/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2016/01/_index.md b/content/blog/2016/01/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2016/01/_index.md +++ b/content/blog/2016/01/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2016/02/_index.md b/content/blog/2016/02/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2016/02/_index.md +++ b/content/blog/2016/02/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2016/03/_index.md b/content/blog/2016/03/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2016/03/_index.md +++ b/content/blog/2016/03/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2016/04/_index.md b/content/blog/2016/04/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2016/04/_index.md +++ b/content/blog/2016/04/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2016/05/_index.md b/content/blog/2016/05/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2016/05/_index.md +++ b/content/blog/2016/05/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2016/07/_index.md b/content/blog/2016/07/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2016/07/_index.md +++ b/content/blog/2016/07/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2016/08/_index.md b/content/blog/2016/08/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2016/08/_index.md +++ b/content/blog/2016/08/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2016/09/_index.md b/content/blog/2016/09/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2016/09/_index.md +++ b/content/blog/2016/09/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2016/10/_index.md b/content/blog/2016/10/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2016/10/_index.md +++ b/content/blog/2016/10/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2016/11/_index.md b/content/blog/2016/11/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2016/11/_index.md +++ b/content/blog/2016/11/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2016/12/_index.md b/content/blog/2016/12/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2016/12/_index.md +++ b/content/blog/2016/12/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2016/_index.md b/content/blog/2016/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2016/_index.md +++ b/content/blog/2016/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2017/01/_index.md b/content/blog/2017/01/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2017/01/_index.md +++ b/content/blog/2017/01/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2017/02/_index.md b/content/blog/2017/02/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2017/02/_index.md +++ b/content/blog/2017/02/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2017/03/_index.md b/content/blog/2017/03/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2017/03/_index.md +++ b/content/blog/2017/03/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2017/04/_index.md b/content/blog/2017/04/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2017/04/_index.md +++ b/content/blog/2017/04/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2017/05/_index.md b/content/blog/2017/05/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2017/05/_index.md +++ b/content/blog/2017/05/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2017/06/_index.md b/content/blog/2017/06/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2017/06/_index.md +++ b/content/blog/2017/06/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2017/07/_index.md b/content/blog/2017/07/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2017/07/_index.md +++ b/content/blog/2017/07/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2017/08/_index.md b/content/blog/2017/08/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2017/08/_index.md +++ b/content/blog/2017/08/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2017/09/_index.md b/content/blog/2017/09/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2017/09/_index.md +++ b/content/blog/2017/09/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2017/10/_index.md b/content/blog/2017/10/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2017/10/_index.md +++ b/content/blog/2017/10/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2017/11/_index.md b/content/blog/2017/11/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2017/11/_index.md +++ b/content/blog/2017/11/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2017/12/_index.md b/content/blog/2017/12/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2017/12/_index.md +++ b/content/blog/2017/12/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2017/_index.md b/content/blog/2017/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2017/_index.md +++ b/content/blog/2017/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2018/01/_index.md b/content/blog/2018/01/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2018/01/_index.md +++ b/content/blog/2018/01/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2018/02/_index.md b/content/blog/2018/02/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2018/02/_index.md +++ b/content/blog/2018/02/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2018/03/_index.md b/content/blog/2018/03/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2018/03/_index.md +++ b/content/blog/2018/03/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2018/04/_index.md b/content/blog/2018/04/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2018/04/_index.md +++ b/content/blog/2018/04/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2018/05/_index.md b/content/blog/2018/05/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2018/05/_index.md +++ b/content/blog/2018/05/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2018/06/_index.md b/content/blog/2018/06/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2018/06/_index.md +++ b/content/blog/2018/06/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2018/07/_index.md b/content/blog/2018/07/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2018/07/_index.md +++ b/content/blog/2018/07/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2018/08/_index.md b/content/blog/2018/08/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2018/08/_index.md +++ b/content/blog/2018/08/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2018/09/_index.md b/content/blog/2018/09/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2018/09/_index.md +++ b/content/blog/2018/09/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2018/10/_index.md b/content/blog/2018/10/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2018/10/_index.md +++ b/content/blog/2018/10/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2018/11/_index.md b/content/blog/2018/11/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2018/11/_index.md +++ b/content/blog/2018/11/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2018/12/_index.md b/content/blog/2018/12/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2018/12/_index.md +++ b/content/blog/2018/12/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2018/_index.md b/content/blog/2018/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2018/_index.md +++ b/content/blog/2018/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2019/01/_index.md b/content/blog/2019/01/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2019/01/_index.md +++ b/content/blog/2019/01/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2019/02/_index.md b/content/blog/2019/02/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2019/02/_index.md +++ b/content/blog/2019/02/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2019/03/_index.md b/content/blog/2019/03/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2019/03/_index.md +++ b/content/blog/2019/03/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2019/04/_index.md b/content/blog/2019/04/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2019/04/_index.md +++ b/content/blog/2019/04/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2019/05/_index.md b/content/blog/2019/05/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2019/05/_index.md +++ b/content/blog/2019/05/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2019/06/_index.md b/content/blog/2019/06/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2019/06/_index.md +++ b/content/blog/2019/06/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2019/07/_index.md b/content/blog/2019/07/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2019/07/_index.md +++ b/content/blog/2019/07/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2019/08/_index.md b/content/blog/2019/08/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2019/08/_index.md +++ b/content/blog/2019/08/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2019/09/_index.md b/content/blog/2019/09/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2019/09/_index.md +++ b/content/blog/2019/09/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2019/10/_index.md b/content/blog/2019/10/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2019/10/_index.md +++ b/content/blog/2019/10/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2019/11/_index.md b/content/blog/2019/11/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2019/11/_index.md +++ b/content/blog/2019/11/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2019/12/_index.md b/content/blog/2019/12/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2019/12/_index.md +++ b/content/blog/2019/12/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2019/_index.md b/content/blog/2019/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2019/_index.md +++ b/content/blog/2019/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2020/01/_index.md b/content/blog/2020/01/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2020/01/_index.md +++ b/content/blog/2020/01/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2020/02/_index.md b/content/blog/2020/02/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2020/02/_index.md +++ b/content/blog/2020/02/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2020/03/_index.md b/content/blog/2020/03/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2020/03/_index.md +++ b/content/blog/2020/03/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2020/04/_index.md b/content/blog/2020/04/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2020/04/_index.md +++ b/content/blog/2020/04/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2020/05/_index.md b/content/blog/2020/05/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2020/05/_index.md +++ b/content/blog/2020/05/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2020/06/_index.md b/content/blog/2020/06/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2020/06/_index.md +++ b/content/blog/2020/06/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2020/07/_index.md b/content/blog/2020/07/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2020/07/_index.md +++ b/content/blog/2020/07/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2020/08/_index.md b/content/blog/2020/08/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2020/08/_index.md +++ b/content/blog/2020/08/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2020/09/_index.md b/content/blog/2020/09/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2020/09/_index.md +++ b/content/blog/2020/09/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2020/10/_index.md b/content/blog/2020/10/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2020/10/_index.md +++ b/content/blog/2020/10/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2020/11/_index.md b/content/blog/2020/11/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2020/11/_index.md +++ b/content/blog/2020/11/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2020/12/_index.md b/content/blog/2020/12/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2020/12/_index.md +++ b/content/blog/2020/12/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2020/_index.md b/content/blog/2020/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2020/_index.md +++ b/content/blog/2020/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2021/01/_index.md b/content/blog/2021/01/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2021/01/_index.md +++ b/content/blog/2021/01/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2021/02/_index.md b/content/blog/2021/02/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2021/02/_index.md +++ b/content/blog/2021/02/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2021/03/_index.md b/content/blog/2021/03/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2021/03/_index.md +++ b/content/blog/2021/03/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2021/04/_index.md b/content/blog/2021/04/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2021/04/_index.md +++ b/content/blog/2021/04/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2021/05/_index.md b/content/blog/2021/05/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2021/05/_index.md +++ b/content/blog/2021/05/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2021/06/_index.md b/content/blog/2021/06/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2021/06/_index.md +++ b/content/blog/2021/06/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2021/07/_index.md b/content/blog/2021/07/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2021/07/_index.md +++ b/content/blog/2021/07/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2021/08/_index.md b/content/blog/2021/08/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2021/08/_index.md +++ b/content/blog/2021/08/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2021/09/_index.md b/content/blog/2021/09/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2021/09/_index.md +++ b/content/blog/2021/09/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2021/10/_index.md b/content/blog/2021/10/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2021/10/_index.md +++ b/content/blog/2021/10/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2021/11/_index.md b/content/blog/2021/11/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2021/11/_index.md +++ b/content/blog/2021/11/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2021/12/_index.md b/content/blog/2021/12/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2021/12/_index.md +++ b/content/blog/2021/12/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2021/_index.md b/content/blog/2021/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2021/_index.md +++ b/content/blog/2021/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2022/01/_index.md b/content/blog/2022/01/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2022/01/_index.md +++ b/content/blog/2022/01/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2022/02/_index.md b/content/blog/2022/02/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2022/02/_index.md +++ b/content/blog/2022/02/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2022/03/_index.md b/content/blog/2022/03/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2022/03/_index.md +++ b/content/blog/2022/03/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2022/04/_index.md b/content/blog/2022/04/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2022/04/_index.md +++ b/content/blog/2022/04/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2022/05/_index.md b/content/blog/2022/05/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2022/05/_index.md +++ b/content/blog/2022/05/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2022/06/_index.md b/content/blog/2022/06/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2022/06/_index.md +++ b/content/blog/2022/06/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2022/07/_index.md b/content/blog/2022/07/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2022/07/_index.md +++ b/content/blog/2022/07/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2022/08/_index.md b/content/blog/2022/08/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2022/08/_index.md +++ b/content/blog/2022/08/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2022/09/_index.md b/content/blog/2022/09/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2022/09/_index.md +++ b/content/blog/2022/09/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2022/10/_index.md b/content/blog/2022/10/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2022/10/_index.md +++ b/content/blog/2022/10/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2022/_index.md b/content/blog/2022/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2022/_index.md +++ b/content/blog/2022/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2023/01/_index.md b/content/blog/2023/01/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2023/01/_index.md +++ b/content/blog/2023/01/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2023/02/_index.md b/content/blog/2023/02/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2023/02/_index.md +++ b/content/blog/2023/02/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2023/03/_index.md b/content/blog/2023/03/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2023/03/_index.md +++ b/content/blog/2023/03/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2023/04/_index.md b/content/blog/2023/04/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2023/04/_index.md +++ b/content/blog/2023/04/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2023/05/_index.md b/content/blog/2023/05/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2023/05/_index.md +++ b/content/blog/2023/05/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2023/06/_index.md b/content/blog/2023/06/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2023/06/_index.md +++ b/content/blog/2023/06/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2023/07/_index.md b/content/blog/2023/07/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2023/07/_index.md +++ b/content/blog/2023/07/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2023/08/_index.md b/content/blog/2023/08/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2023/08/_index.md +++ b/content/blog/2023/08/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2023/09/_index.md b/content/blog/2023/09/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2023/09/_index.md +++ b/content/blog/2023/09/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2023/10/_index.md b/content/blog/2023/10/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2023/10/_index.md +++ b/content/blog/2023/10/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2023/11/_index.md b/content/blog/2023/11/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2023/11/_index.md +++ b/content/blog/2023/11/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2023/12/_index.md b/content/blog/2023/12/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2023/12/_index.md +++ b/content/blog/2023/12/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2023/_index.md b/content/blog/2023/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2023/_index.md +++ b/content/blog/2023/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2024/01/_index.md b/content/blog/2024/01/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2024/01/_index.md +++ b/content/blog/2024/01/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2024/02/_index.md b/content/blog/2024/02/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2024/02/_index.md +++ b/content/blog/2024/02/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2024/03/_index.md b/content/blog/2024/03/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2024/03/_index.md +++ b/content/blog/2024/03/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2024/04/_index.md b/content/blog/2024/04/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2024/04/_index.md +++ b/content/blog/2024/04/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2024/05/_index.md b/content/blog/2024/05/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2024/05/_index.md +++ b/content/blog/2024/05/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2024/06/_index.md b/content/blog/2024/06/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2024/06/_index.md +++ b/content/blog/2024/06/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2024/07/_index.md b/content/blog/2024/07/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2024/07/_index.md +++ b/content/blog/2024/07/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2024/08/_index.md b/content/blog/2024/08/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2024/08/_index.md +++ b/content/blog/2024/08/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2024/09/_index.md b/content/blog/2024/09/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2024/09/_index.md +++ b/content/blog/2024/09/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2024/10/_index.md b/content/blog/2024/10/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2024/10/_index.md +++ b/content/blog/2024/10/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2024/11/_index.md b/content/blog/2024/11/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2024/11/_index.md +++ b/content/blog/2024/11/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ diff --git a/content/blog/2024/_index.md b/content/blog/2024/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2024/_index.md +++ b/content/blog/2024/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++ From 7785c93a66d4e78e767e67539d14c19977f486f8 Mon Sep 17 00:00:00 2001 From: MTRNord Date: Fri, 13 Dec 2024 14:18:58 +0100 Subject: [PATCH 3/3] Add missing anchors in december --- content/blog/2024/12/_index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/blog/2024/12/_index.md b/content/blog/2024/12/_index.md index 8f2398e29..add48afb4 100644 --- a/content/blog/2024/12/_index.md +++ b/content/blog/2024/12/_index.md @@ -1,4 +1,5 @@ +++ transparent = true render = false +insert_anchor_links = "left" +++