Adds anchors to all headings (#439)

This commit is contained in:
Codruț Constantin Gușoi
2021-01-25 20:13:58 +00:00
committed by GitHub
parent 2ae5eec336
commit 8384e09033
12 changed files with 74 additions and 13 deletions

View File

@@ -1,11 +1,13 @@
<section class="container list">
<h1 class="title">
{{- if eq .Kind "term" -}}
{{- i18n .Data.Singular | title -}}
{{- print ": " -}}
{{- end -}}
<a class="title-link" href="{{ .Permalink | safeURL }}">
{{- if eq .Kind "term" -}}
{{- i18n .Data.Singular | title -}}
{{- print ": " -}}
{{- end -}}
{{- .Title -}}
{{- .Title -}}
</a>
</h1>
{{ .Content }}
<ul>