Add jungle.bsc.es hugo website

This commit is contained in:
2023-07-21 10:50:35 +02:00
parent 7c1fe1455b
commit b3a397eee4
127 changed files with 5168 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{{ if .Get "summary" }}
{{ else }}
{{ warnf "missing value for param 'summary': %s" .Position }}
{{ end }}
<p><details {{ if (eq (.Get "openByDefault") true) }} open=true {{ end }}>
<summary markdown="span">{{ .Get "summary" | markdownify }}</summary>
{{ .Inner | markdownify }}
</details></p>