Add extra partial for <head>.
This commit is contained in:
parent
89a7409671
commit
9a8e9f17cb
|
@ -17,6 +17,7 @@
|
|||
{{- $favtype := cond (eq (path.Ext $favicon) ".png") "image/png" "image/x-icon" }}
|
||||
<link rel="shortcut icon" href="{{ .Site.BaseURL }}{{ $favicon }}" type="{{ $favtype }}" />
|
||||
<link rel="stylesheet" href="{{ .Site.BaseURL }}assets/style.css" />
|
||||
{{ partial "extra_head.html" . }}
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
|
1
layouts/partials/extra_head.html
Normal file
1
layouts/partials/extra_head.html
Normal file
|
@ -0,0 +1 @@
|
|||
<!-- You can overwrite this partial to put extra stuff at the end of <head>. -->
|
Reference in New Issue
Block a user