mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
Adds anchors to all headings (#439)
This commit is contained in:
committed by
GitHub
parent
2ae5eec336
commit
8384e09033
@@ -3,7 +3,11 @@
|
||||
{{ end }}
|
||||
{{ define "content" }}
|
||||
<section class="container list">
|
||||
<h1 class="title"> {{ title (i18n (lower .Title)) | default .Title }} </h1>
|
||||
<h1 class="title">
|
||||
<a class="title-link" href="{{ .Permalink | safeURL }}">
|
||||
{{ title (i18n (lower .Title)) | default .Title }}
|
||||
</a>
|
||||
</h1>
|
||||
{{ .Content }}
|
||||
<ul>
|
||||
{{- range .Paginator.Pages -}}
|
||||
|
||||
Reference in New Issue
Block a user