-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
-
I wanted to know if I want to use my own(self-hosted) analytics, how would I integrate that into the theme?
When I was using hugo-papermod there was an option to create a new file named extend_head.html in the layouts/partials folder. I tried to do the same in this but that didn't work.
Beta Was this translation helpful? Give feedback.
All reactions
Okay so right after I made this I found a way to do it.
I created a new file named extensions.html in the layout/partials/head/ folder. Adding any HTML to the extensions.html will extend the head of the theme.
Replies: 1 comment
-
Okay so right after I made this I found a way to do it.
I created a new file named extensions.html in the layout/partials/head/ folder. Adding any HTML to the extensions.html will extend the head of the theme.
Beta Was this translation helpful? Give feedback.