Skip to content

Commit ac36a4b

Browse files
Robert FeketeRobert Fekete
authored andcommitted
Corrections
1 parent 0ea0342 commit ac36a4b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

layouts/docs/baseof.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<body class="td-{{ .Kind }}{{ with .Page.Params.body_class }} {{ . }}{{ end }}" {{ with .Page.Params.body_attribute }} {{ . | safeHTMLAttr }}{{ end }}>
77
<header>
88
{{ partial "navbar.html" . }}
9-
{{- partial "banner.html" . }} <!-- Adds announcements banner under the menu -->
109
</header>
1110
<div class="container-fluid td-outer">
1211
<div class="td-main">

layouts/partials/navbar.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,5 @@
6262
<div class="navbar-nav d-none d-lg-block">
6363
{{ partial "search-input.html" . }}
6464
</div>
65+
{{- partial "banner.html" . }} <!-- Adds announcements banner under the menu -->
6566
</nav>

0 commit comments

Comments
 (0)