From 9c7c5bf984c78d8b1f74a678d0eee5a20b929b67 Mon Sep 17 00:00:00 2001 From: Masao Uebayashi Date: Mon, 8 Aug 2022 23:40:20 +0900 Subject: Pass relative .css path to relURL (#59) --- layouts/partials/header.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 4f431eb..a88314b 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -4,8 +4,8 @@ {{ .Title }} | {{ .Site.Title }} - - + + {{ partial "head_custom.html" . }} -- cgit