Refactors and project cleanup #18

Merged
jeff merged 9 commits from refactors into master 2020-06-12 00:42:12 +00:00
4 changed files with 8 additions and 3 deletions
Showing only changes of commit 5743d57d6d - Show all commits

View File

@ -1,3 +1,8 @@
<link rel="stylesheet" href="/icons.css"> {{ $sheets := slice }}
<link rel="stylesheet" href="/simplesystems.css"> {{ range slice "icons.css" "simplesystems.css" "light-theme.css" }}
<link rel="stylesheet" href="/light-theme.css"> {{ $sheets = $sheets | append (resources.Get .) }}
{{ end }}
{{ $css := $sheets | resources.Concat "/css/main.css" | resources.Fingerprint "sha512" }}
<link rel="stylesheet" href="{{ $css.RelPermalink }}" integrity="{{ $css.Data.Integrity }}">