diff options
| author | Francesco Tomaselli <tomaselli.fr@gmail.com> | 2025-02-02 23:42:51 +0100 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-02 23:42:51 +0100 | 
| commit | 91086b1b3dd7d8ba352cec1a90493ce358d83c45 (patch) | |
| tree | 5dabf68cb418c5a39474c865f30ec9deccc64d3c /layouts/_default/_markup/render-heading.html | |
| parent | 3c39d685ce85558cf6d2d6b7aef96977254fda34 (diff) | |
| parent | 58ea04e3b0524b339cc6b469c4d4c5128cb99df4 (diff) | |
Merge pull request #78 from OleMussmann/fix-header-links
Diffstat (limited to 'layouts/_default/_markup/render-heading.html')
| -rw-r--r-- | layouts/_default/_markup/render-heading.html | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/layouts/_default/_markup/render-heading.html b/layouts/_default/_markup/render-heading.html index 44430d6..2699634 100644 --- a/layouts/_default/_markup/render-heading.html +++ b/layouts/_default/_markup/render-heading.html @@ -1,4 +1,4 @@  <h{{ .Level }} class="heading" id="{{ .Anchor }}">    {{ .Text }} -  <a href="#{{ .Anchor }}">#</a> +  <a class="anchor" href="#{{ .Anchor }}">#</a>  </h{{ .Level }}> | 
