Files
chill.social/themes/chill-theme/layouts/partials/custom-head.html
2026-01-28 09:40:37 +01:00

19 lines
546 B
HTML

<!-- Custom Head Content -->
<!--
This partial is intentionally left empty in the theme.
Users can override this partial in their own site by creating:
layouts/partials/custom-head.html
Example usage - Add any custom code to the <head> section:
- Custom tracking scripts (Hotjar, Mixpanel, etc.)
- Meta tags for verification (Google Search Console, Pinterest, etc.)
- Custom CSS or JavaScript libraries
- Any other HTML that should be in the <head>
Example:
<script>
// Your custom tracking code
</script>
-->