File tree Expand file tree Collapse file tree 4 files changed +17
-0
lines changed Expand file tree Collapse file tree 4 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 96
96
< link rel ="stylesheet " href ="{{ . | absURL }} ">
97
97
{{ end }}
98
98
{{ end }}
99
+
100
+ {{ partial "hooks/head-end.html" }}
99
101
</ head >
100
102
101
103
< body class ="bilberry-hugo-theme ">
104
+ {{ partial "hooks/body-start.html" }}
102
105
103
106
{{ partial "topnav.html" . }}
104
107
128
131
{{ if and (isset .Site.Params "algolia_search") (eq .Site.Params.algolia_search true) }}
129
132
{{ partial "algolia-search.html" . }}
130
133
{{ end }}
134
+
135
+ {{ partial "hooks/body-end.html" }}
131
136
</ body >
132
137
133
138
</ html >
Original file line number Diff line number Diff line change
1
+ <!--
2
+ 1. Copy this file into your site root's "layouts/partials/hooks" folder
3
+ 2. Add the necessary code to integrate with third-party services or to customize your site further
4
+ -->
Original file line number Diff line number Diff line change
1
+ <!--
2
+ 1. Copy this file into your site root's "layouts/partials/hooks" folder
3
+ 2. Add the necessary code to integrate with third-party services or to customize your site further
4
+ -->
Original file line number Diff line number Diff line change
1
+ <!--
2
+ 1. Copy this file into your site root's "layouts/partials/hooks" folder
3
+ 2. Add the necessary code to integrate with third-party services or to customize your site further
4
+ -->
You can’t perform that action at this time.
0 commit comments