diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1777d7e..ae3ea4c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,3 @@
-* FEATURE
- * add iconfont based on svg icons
-* BUGFIX
- * use iconfont in next/prev links to fix unicode errors on mobile devices
- * use fake underline for next/pref links on hover
+* ENHANCEMENT
+ * improve anchor link alignment and spacing
+ * show anchor link only on `:hover`
diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml
index ec7ab8a..09dced4 100644
--- a/exampleSite/config.yaml
+++ b/exampleSite/config.yaml
@@ -28,3 +28,5 @@ params:
geekdocLegalNotice: https://geeklabor.de/legal-notice/#impressum
geekdocPrivacyPolicy: https://geeklabor.de/legal-notice/#datenschutzerkl%C3%A4rung
+
+ geekdocAnchorLeft: true
diff --git a/exampleSite/content/shortcodes/toc.md b/exampleSite/content/shortcodes/toc.md
index db7ffc4..c7d06d0 100644
--- a/exampleSite/content/shortcodes/toc.md
+++ b/exampleSite/content/shortcodes/toc.md
@@ -22,6 +22,14 @@ Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat.
+##### Level 2.1.1.1
+
+Lorem ipsum dolor sit amet, consetetur sadipscing elitr.
+
+###### Level 2.1.1.1.1
+
+Lorem ipsum dolor sit amet, consetetur sadipscing elitr.
+
### Level 2.2
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren.
diff --git a/layouts/partials/content.html b/layouts/partials/content.html
index 73bc6fb..f9d10d7 100644
--- a/layouts/partials/content.html
+++ b/layouts/partials/content.html
@@ -3,9 +3,9 @@
{{ $.Scratch.Set "content" (.Content | replaceRE `` `` | safeHTML) }}
{{ if and $showAnchor $anchorLeft }}
- {{ $.Scratch.Set "content" ($.Scratch.Get "content" | replaceRE "(