From 10da0a629c4e6b465e17d1e4bc64f7a0e9784a70 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Mon, 28 Nov 2022 11:01:53 +0800 Subject: [PATCH] Fix document metadata --- layouts/_default/baseof.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index bb67ccb..3163814 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -1,6 +1,8 @@ - {{- partial "head.html" . -}} + + {{- partial "head.html" . -}} + {{- partial "components/theme-button.html" . }} {{- partial "header.html" . -}}