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,13 @@
{{- with site.Params.homeInfoParams }}
<article class="first-entry home-info">
<header class="entry-header">
<h1>{{ .Title | markdownify }}</h1>
</header>
<div class="entry-content">
{{ .Content | markdownify }}
</div>
<footer class="entry-footer">
{{ partial "social_icons.html" site.Params.socialIcons }}
</footer>
</article>
{{- end -}}