diff options
| author | Ariel Costas <94913521+arielcostas@users.noreply.github.com> | 2023-11-24 23:51:48 +0100 |
|---|---|---|
| committer | Ariel Costas <94913521+arielcostas@users.noreply.github.com> | 2023-11-24 23:51:48 +0100 |
| commit | a82f0919d535ba5d86abfbe653bad8ba0fdcf51f (patch) | |
| tree | 7df1d0bc1898d52bcca159854da48524e95c548d /layouts/_default/_markup/render-heading.html | |
| parent | df5575079b87aeab1e1f14a6912ff3388f16e50a (diff) | |
More development
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 6023eb1..dd16877 100644 --- a/layouts/_default/_markup/render-heading.html +++ b/layouts/_default/_markup/render-heading.html @@ -1,4 +1,4 @@ <h{{ .Level }} id="{{ .Anchor | safeURL }}"> <a class="anchor" href="#{{ .Anchor | safeURL }}">#</a> {{ .Text | safeHTML }} -</h{{ .Level }}> +</h{{ .Level }}>
\ No newline at end of file |
