mirror of
https://github.com/TeamPiped/hugo-whisper-theme.git
synced 2024-08-14 23:57:00 +00:00
Enable to add anchor to header elements
This commit is contained in:
parent
d39f310357
commit
15d306cf14
4 changed files with 38 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
{{ define "main" }}
|
||||
<h1 class="title">{{.Title}}</h1>
|
||||
<div class="content">
|
||||
<div class="content {{if .Site.Params.enable_anchor_link}}{{ "anchor-link-enabled" }}{{ end }}">
|
||||
{{.Content}}
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue