You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you need to integrate your website with a third-party service or to customize it further, you can use the following
772
-
hook partials: hooks/head-end.html, hooks/body-start.html, and hooks/body-end.html. Copy the file in question into
773
-
your site root's `layouts/partials/hooks` folder and add the necessary code, for example, as in this [hooks/body-end.html](https://github.com/igor-baiborodine/bilberry-hugo-theme-sandbox/blob/9c492fad08771295f529b9acdc17aa03865a52ad/layouts/partials/hooks/body-end.html)
774
-
file hat contains integration with Umami web analytics.
and [hooks/body-end.html](https://github.com/Lednerb/bilberry-hugo-theme/blob/master/layouts/partials/hooks/body-end.html).
776
+
Copy the file in question into your site root's `layouts/partials/hooks` folder and add the necessary code, for
777
+
example, as in this [hooks/body-end.html](https://github.com/igor-baiborodine/bilberry-hugo-theme-sandbox/blob/9c492fad08771295f529b9acdc17aa03865a52ad/layouts/partials/hooks/body-end.html)
778
+
file that contains integration with Umami web analytics.
0 commit comments