{{$content := replaceRE `a href="\.\.\/(.+%20.+)+"` `$1` .Content}} {{$content = replace $content "%20" "-"}} {{$content = $content | safeHTML}} {{ partial "head.html" . }} {{partial "search.html" .}}
{{if .Title}}

{{ .Title }}

{{end}} Search IconIcon to open search
{{partial "darkmode.html" .}}
{{if $.Site.Data.config.enableToc}} {{end}} {{- $content -}}
{{partial "footer.html" .}}