Skip to content

Commit 807e9c2

Browse files
authored
ID: Add to footer and sidebar and header for coveo to ignore (#422)
1 parent d8ac834 commit 807e9c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

layouts/_default/baseof.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,17 @@
4444
<input type="checkbox" id="search-standalone-header-panel" class="search-standalone-header-panel" hidden/>
4545
<input type="checkbox" id="sidebar-panel" class="sidebar-panel" hidden/>
4646
<div class="grid-container">
47-
<aside class="sidebar" data-testid="sidebar">
47+
<aside class="sidebar" data-testid="sidebar" id="sidebar">
4848
{{ partial "sidebar-v2.html" . }}
4949
</aside>
5050

51-
<header class="header" data-testid="header">
51+
<header class="header" data-testid="header" id="header">
5252
{{ block "header" . }}{{end}}
5353
</header>
5454

5555
{{ block "main" . }}{{ end }}
5656

57-
<footer class="footer" data-testid="footer">
57+
<footer class="footer" data-testid="footer" id="footer">
5858
{{ block "footer-v2" . }}
5959
{{ partial "footer-v2.html" . }}
6060
{{ end }}

0 commit comments

Comments
 (0)