We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d2317a commit baeadc1Copy full SHA for baeadc1
layouts/partials/docs/content-page.html
@@ -1,5 +1,5 @@
1
{{ if not .page.Params.notitle }}
2
- <h1>{{ .page.Title }}</h1>
+ <h1 data-pagefind-weight="10">{{ .page.Title }}</h1>
3
{{ $desc := .page.Description }}
4
{{ with .page.Params.description }}<div class="lead">{{ $desc | markdownify }}</div>{{ end }}
5
{{ end }}
0 commit comments