fix: header format
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2022-01-29 23:23:46 +01:00
parent 1638dc70a2
commit e8327804d4
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
2 changed files with 2 additions and 4 deletions

View File

@ -54,9 +54,7 @@
<link rel="canonical" href="{{ .Permalink }}" />
{{ $siteBaseURL := .Site.BaseURL }}
{{ $styleFolder :=
"./themes/vikunja/static/css"
}}
{{ $styleFolder := "./themes/vikunja/static/css" }}
{{ range readDir $styleFolder }}
<link rel="stylesheet" href="{{ $siteBaseURL }}css/{{ .Name }}" />
{{ end }}

View File

@ -1,5 +1,5 @@
<div
class="prose max-w-none prose-h1:font-title prose-h1:font-bold prose-a:text-primary prose-a:no-underline hover:prose-a:underline prose-img:rounded-sm prose-pre:bg-gray-200 prose-pre:text-gray-700"
class="prose max-w-none prose-h1:font-title prose-h1:font-bold prose-a:text-primary prose-a:no-underline hover:prose-a:underline prose-pre:bg-gray-200 prose-pre:text-gray-700 prose-img:rounded-sm"
>
{{ partial "headline-hash.html" . }}
</div>