diff --git a/docs/www/themes/hugo-geekdoc/layouts/partials/content.html b/docs/www/themes/hugo-geekdoc/layouts/partials/content.html
index e27b69fa1..b1a7719ee 100644
--- a/docs/www/themes/hugo-geekdoc/layouts/partials/content.html
+++ b/docs/www/themes/hugo-geekdoc/layouts/partials/content.html
@@ -5,6 +5,6 @@
{{ $.Scratch.Set "content" ($.Scratch.Get "content" | replaceRE "(]*>)(.*?)()" (printf `
` `${1}` `${3}` (absURL (printf "%s#%s" .Permalink `${2}`)) `${3}` `${2}` `${4}`) | safeHTML) }}
{{ end }}
-{{ $.Scratch.Set "content" ($.Scratch.Get "content" | replaceRE "(.*?)" (printf `%s` `${1}` `${2}`) | safeHTML) }}
+{{ $.Scratch.Set "content" ($.Scratch.Get "content" | replaceRE "(.*?)" (printf `%s` `${1}` `${2}`) | safeHTML) }}
{{ $.Scratch.Get "content" }}