mirror of
https://github.com/ItsDrike/itsdrike.com.git
synced 2024-11-09 21:49:41 +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" }}
|
||||
|
||||
<title>{{ partial "title-item.html" . }}{{ .Site.Title }}</title>
|
||||
|
||||
{{ block "head_extra" . }}{{ end }}
|
||||
</head>
|
||||
<body>
|
||||
{{ partial "navbar.html" . }}
|
||||
|
|
Loading…
Reference in a new issue