From f447fcd349517ae36aaad8faf057e55fff42eb6a Mon Sep 17 00:00:00 2001 From: SerKo Date: Tue, 24 May 2022 20:52:30 +0800 Subject: [PATCH] feat: add head extra --- layouts/partials/head-extra.html | 0 layouts/partials/head.html | 2 ++ 2 files changed, 2 insertions(+) create mode 100644 layouts/partials/head-extra.html diff --git a/layouts/partials/head-extra.html b/layouts/partials/head-extra.html new file mode 100644 index 0000000..e69de29 diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 6b4d7bc..858a617 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -20,4 +20,6 @@ + + {{- partial "head-extra.html" . -}}