From 51e3ae824ba309b94019e3cf79048401d155ef4b Mon Sep 17 00:00:00 2001 From: kolaente Date: Mon, 20 Jan 2020 22:48:32 +0100 Subject: [PATCH] Fix style range --- layouts/partials/header.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 13ad495..d8a0cb6 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -24,8 +24,9 @@ {{ $siteBaseURL := .Site.BaseURL }} - {{ range readDir "../../static/styles" }} - + {{ $styleFolder := "./themes/vikunja/static/styles" }} + {{ range readDir $styleFolder }} + {{ end }}