First commit

This commit is contained in:
mpuccini
2021-02-16 16:29:19 +01:00
commit 78e7b28f72
159 changed files with 18172 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<section id="banner">
<h2>{{ .Site.Params.title }}</h2>
<p>{{ .Site.Params.subtitle }}</p>
<ul class="actions special">
{{ range .Params.Banner.button }}
<li><a href="{{ .url | relURL }}" class="button {{ .type }}">{{ .text }}</a></li>
{{ end }}
</ul>
</section>