Skip to content

Commit cc4721c

Browse files
committed
Make paper theme customizable
1 parent 0eb432a commit cc4721c

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

themes/paper/layouts/partials/header-include.html

Whitespace-only changes.

themes/paper/layouts/partials/header.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
{{ if eq (getenv "HUGO_ENV") "production" | or (eq .Site.Params.env "production") }}
3737
{{ template "_internal/google_analytics_async.html" . }}
3838
{{ end }}
39+
{{ partial "header-include.html" . }}
3940
</head>
4041
<body class="{{if eq .Kind `page` }}single{{else}}list{{ if .IsHome }} home{{ end }}{{end}}">
4142
<header class="header">

0 commit comments

Comments
 (0)