Merge pull request #143 from aniketbhatnagar/feature/head-extensions
Added ability to add custom content to head
This commit is contained in:
@@ -95,3 +95,5 @@
|
||||
background-color: var(--background-color);
|
||||
}
|
||||
</style>
|
||||
|
||||
{{ partial "head/extensions.html" . }}
|
||||
@@ -0,0 +1,4 @@
|
||||
{{/*
|
||||
You can add further theme extensions or customizations here if they should
|
||||
appear in <head>.
|
||||
*/}}
|
||||
Reference in New Issue
Block a user