We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bd654c commit 6c3b2adCopy full SHA for 6c3b2ad
layouts/docs/baseof.print.html
@@ -3,8 +3,9 @@
3
<head>
4
{{ partial "head.html" . }}
5
</head>
6
- <body class="td-{{ .Kind }}{{ with .Page.Params.body_class }} {{ . }}{{ end }}">
7
-{{/* MvM - deactivation of original navbar - as in baseof.html
+ <!-- DB – Check for numberless_headings -->
+ <body class="td-{{ .Kind }}{{ with .Page.Params.body_class }} {{ . }}{{ end }}{{ if .Params.numberless_headings }} numberless_headings{{ end }}">
8
+ {{/* MvM - deactivation of original navbar - as in baseof.html
9
<header>
10
{{ partial "navbar.html" . }}
11
</header>
0 commit comments