This commit is contained in:
2023-01-14 17:31:54 +01:00
parent f07af468b0
commit 0ba672ba7d
1018 changed files with 876 additions and 2667 deletions

View File

@ -8,7 +8,7 @@
{{ hugo.Generator }}
{{ range .Site.Params.plugins.css }}
<link rel="stylesheet" href="{{ .link | absURL }}">
<link rel="stylesheet" href="{{ . | absURL }}">
{{ end }}
{{ $styles := resources.Get "scss/style.scss" | toCSS }}