Skip to content

Commit 6c3b2ad

Browse files
committed
Extend numberless_headings to print layouts
1 parent 8bd654c commit 6c3b2ad

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

layouts/docs/baseof.print.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
<head>
44
{{ partial "head.html" . }}
55
</head>
6-
<body class="td-{{ .Kind }}{{ with .Page.Params.body_class }} {{ . }}{{ end }}">
7-
{{/* MvM - deactivation of original navbar - as in baseof.html
6+
<!-- DB – Check for numberless_headings -->
7+
<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
89
<header>
910
{{ partial "navbar.html" . }}
1011
</header>

0 commit comments

Comments
 (0)