Merge pull request #143 from aniketbhatnagar/feature/head-extensions

Added ability to add custom content to head
This commit is contained in:
Guru Sabarish
2024-03-09 18:31:53 +05:30
committed by GitHub
2 changed files with 6 additions and 0 deletions
+2
View File
@@ -95,3 +95,5 @@
background-color: var(--background-color);
}
</style>
{{ partial "head/extensions.html" . }}
+4
View File
@@ -0,0 +1,4 @@
{{/*
You can add further theme extensions or customizations here if they should
appear in <head>.
*/}}