mirror of
https://github.com/jannikmenzel/iFSR-Website.git
synced 2025-06-07 01:58:47 +02:00
details shortcode
This commit is contained in:
parent
d816a951dc
commit
cc2fa1cea5
9 changed files with 414 additions and 249 deletions
|
@ -16,3 +16,12 @@
|
|||
{{- end }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- with resources.Get "css/markdown.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