added pages and updated css / shortcodes

This commit is contained in:
Jannik Menzel 2025-05-10 00:37:52 +02:00
parent 443ded21b0
commit 46c9431e26
34 changed files with 821 additions and 36 deletions

View file

@ -7,3 +7,12 @@
{{- end }}
{{- end }}
{{- end }}
{{- with resources.Get "css/shortcodes.css" }}
{{- if hugo.IsDevelopment }}
<link rel="stylesheet" href="{{ .RelPermalink }}">
{{- else }}
{{- with . | minify | fingerprint }}
<link rel="stylesheet" href="{{ .RelPermalink }}" integrity="{{ .Data.Integrity }}" crossorigin="anonymous">
{{- end }}
{{- end }}
{{- end }}