set minimal template for aae association

This commit is contained in:
2023-06-15 13:32:55 +02:00
parent c60c85bf3f
commit f5f1587da0
16 changed files with 322 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<footer>
<p>
&copy; {{ .Site.Params.publicationYear }} {{ .Site.Params.Author }} {{ .Site.Params.taxID }}.
</p>
</footer>
{{- range .Site.Params.custom_js -}}
<script src="{{ . }}"></script>
{{ end }}