From 0fc1a6b5f67d3ea43d76e1299aab1435bad2e629 Mon Sep 17 00:00:00 2001 From: Kazuki Suda Date: Sun, 24 Mar 2019 02:05:09 +0000 Subject: [PATCH] Make theme customizable --- layouts/partials/header-include.html | 0 layouts/partials/header.html | 1 + 2 files changed, 1 insertion(+) create mode 100644 layouts/partials/header-include.html diff --git a/layouts/partials/header-include.html b/layouts/partials/header-include.html new file mode 100644 index 0000000..e69de29 diff --git a/layouts/partials/header.html b/layouts/partials/header.html index c892f67..674fd04 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -36,6 +36,7 @@ {{ if eq (getenv "HUGO_ENV") "production" | or (eq .Site.Params.env "production") }} {{ template "_internal/google_analytics_async.html" . }} {{ end }} + {{ partial "header-include.html" . }}