mirror of
https://github.com/jannikmenzel/iFSR-Website.git
synced 2025-06-07 01:58:47 +02:00
added pages and updated css / shortcodes
This commit is contained in:
parent
443ded21b0
commit
46c9431e26
34 changed files with 821 additions and 36 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue