about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNgô Ngọc Đức Huy <huyngo@disroot.org>2023-09-02 10:51:40 +0700
committerNgô Ngọc Đức Huy <huyngo@disroot.org>2023-09-02 10:51:40 +0700
commit97a9a323478455bcc9a2e4a5dcd541047f6781b8 (patch)
treebe6335f4a537896323ad2d602b2092e41f1cb42c
parent5228eacde06900f669ebf57354bd17187804713a (diff)
downloadvictor-97a9a323478455bcc9a2e4a5dcd541047f6781b8.tar.gz
Add extra
-rw-r--r--layouts/partials/head-extra.html0
-rw-r--r--layouts/partials/head.html1
-rw-r--r--layouts/partials/header-extra.html0
3 files changed, 1 insertions, 0 deletions
diff --git a/layouts/partials/head-extra.html b/layouts/partials/head-extra.html
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/layouts/partials/head-extra.html
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index c37bba4..5d59d5c 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -34,3 +34,4 @@
 {{ range .Site.Params.relMe }}
 	<link href="{{.}}" rel="me">
 {{ end}}
+{{ partial "head-extra.html" }}
diff --git a/layouts/partials/header-extra.html b/layouts/partials/header-extra.html
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/layouts/partials/header-extra.html