Skip to content

Commit

Permalink
Merge pull request #47 from Mic92/extended-head
Browse files Browse the repository at this point in the history
add partial to extend head
  • Loading branch information
dataCobra authored Feb 14, 2021
2 parents cf9e885 + c88ddcc commit d7a0562
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions layouts/partials/extend_head.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<!-- Head custom content area start -->
<!--
Insert any custom code (web-analytics, resources, etc.) - it will appear in the <head></head> section of every page. Can be overwritten by partial with the same name in the global layouts.
-->
<!-- Head custom content area end -->
1 change: 1 addition & 0 deletions layouts/partials/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,5 @@
{{- else -}}
<title>{{ .Title }} | {{ .Site.Title }}</title>
{{- end -}}
{{- partial "extend_head.html" . -}}
</head>

0 comments on commit d7a0562

Please sign in to comment.