mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 03:00:50 +02:00
header: Add option for including custom HTML
Allows for integrating third party plugins.
This commit is contained in:
parent
9c27ae98cf
commit
a65279eb5d
2 changed files with 2 additions and 0 deletions
0
layouts/partials/head_custom.html
Normal file
0
layouts/partials/head_custom.html
Normal file
|
@ -26,6 +26,8 @@
|
|||
<link rel="shortcut icon" href="{{ "/img/favicon.ico" | relURL }}" type="image/x-icon">
|
||||
<link rel="canonical" href="{{ .Permalink }}">
|
||||
|
||||
{{ partial "head_custom" . }}
|
||||
|
||||
<title>{{ if not .IsHome }}{{ .Title }} | {{ end }}{{ .Site.Title }}</title>
|
||||
|
||||
</head>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue