single: remove tag view

this was ugly and I am a terrible dev

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-05-09 00:35:52 +05:30
parent 55fca19b2e
commit 93ab98b10f
1 changed files with 0 additions and 4 deletions

View File

@ -8,10 +8,6 @@
{{- end -}}
</p>
<div class="tag-container">
Tags:
{{ range .Params.tags }}
<a class="tag" href="{{ "tags/" | absLangURL }}{{ . | urlize }}" target="_blank">#{{.}}</a>
{{ end }}
</div>
{{- with .Content -}}
{{ . | replaceRE "(<h[1-2] id=\"([^\"]+)\".+)(</h[1-9]+>)" `<a href="#${2}" class="heading-anchor" ariaLabel="Anchor"> ${1}</a> ${3}` | safeHTML }}