Add generic code to build album of all images

This commit is contained in:
2024-10-24 12:00:02 +02:00
parent a5067c7e84
commit fef60c6e43
9 changed files with 118 additions and 17 deletions

View File

@@ -10,3 +10,7 @@
{{- end }}
{{- end }}
{{- end }}
<!-- <script src="{{ .Page.Site.BaseURL }}/js/main.js" defer></script> -->
<script src="{{ (resources.Get "js/jquery.min.js").RelPermalink }}"></script>
<script src="{{ (resources.Get "js/jquery.nanogallery2.min.js").RelPermalink }}" defer></script>
<script src="{{ (resources.Get "/js/gallery.js").RelPermalink }}" defer></script>