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 }}