feat: add partial head/custom.html for custom page head elements (#131)
This commit is contained in:
parent
98271b1232
commit
df901ba968
6 changed files with 7 additions and 2 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
{{ partial "head/favicons" . }}
|
||||
{{ partial "head/others" . }}
|
||||
{{ partial "head/custom" . }}
|
||||
</head>
|
||||
|
||||
<body itemscope itemtype="https://schema.org/WebPage">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue