mirror of
https://github.com/ItsDrike/itsdrike.com.git
synced 2024-11-12 23:07:17 +00:00
Add head_extra block
- Sometiems it's nice to be able to extend the head, for cases like adding stylesheets, etc.
This commit is contained in:
parent
3864c455a5
commit
2052ca892f
|
@ -10,6 +10,8 @@
|
||||||
{{ partial "favicon.html" }}
|
{{ partial "favicon.html" }}
|
||||||
|
|
||||||
<title>{{ partial "title-item.html" . }}{{ .Site.Title }}</title>
|
<title>{{ partial "title-item.html" . }}{{ .Site.Title }}</title>
|
||||||
|
|
||||||
|
{{ block "head_extra" . }}{{ end }}
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
{{ partial "navbar.html" . }}
|
{{ partial "navbar.html" . }}
|
||||||
|
|
Loading…
Reference in a new issue