about summary refs log tree commit diff
path: root/layouts/partials/head.html
diff options
context:
space:
mode:
authorNgô Ngọc Đức Huy <huyngo@disroot.org>2023-09-02 11:04:18 +0700
committerNgô Ngọc Đức Huy <huyngo@disroot.org>2023-09-02 11:04:18 +0700
commit6bc2879991c9e022c7f699c43821240c353ee3ba (patch)
tree826dc92c8bb152d7222516ad62bc72b4bb5a73e6 /layouts/partials/head.html
parent97a9a323478455bcc9a2e4a5dcd541047f6781b8 (diff)
downloadvictor-6bc2879991c9e022c7f699c43821240c353ee3ba.tar.gz
Add class for styling
Diffstat (limited to 'layouts/partials/head.html')
-rw-r--r--layouts/partials/head.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 5d59d5c..a9b4963 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -34,4 +34,4 @@
 {{ range .Site.Params.relMe }}
 	<link href="{{.}}" rel="me">
 {{ end}}
-{{ partial "head-extra.html" }}
+{{ partial "head-extra.html" . }}