fix: duplicate cannonical url
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2022-02-25 14:21:13 +01:00
parent f4d263a40e
commit abd7aa5a7e
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 0 additions and 3 deletions

View File

@ -50,9 +50,6 @@
{{ printf `<link rel="%s" type="%s" href="%s" title="%s"/>` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}
{{ end -}}
<link rel="canonical" href="{{ .Permalink }}" />
{{ $siteBaseURL := .Site.BaseURL }}
{{ $styleFolder := "./themes/vikunja/static/css" }}
{{ range readDir $styleFolder }}