mirror of
https://github.com/ItsDrike/itsdrike.com.git
synced 2025-04-04 15:32:27 +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
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue