fixed dependencies and css, update gallery code

This commit is contained in:
Nuno Coração
2023-01-17 00:31:25 +00:00
parent c7c6c8bdee
commit 05f76ed459
15 changed files with 284 additions and 39 deletions
+7
View File
@@ -45,4 +45,11 @@
{{ if .Page.HasShortcode "typeit" }}
{{ $typeitLib := resources.Get "lib/typeit/typeit.umd.js" }}
<script defer src="{{ $typeitLib.RelPermalink }}" integrity="{{ $typeitLib.Data.Integrity }}"></script>
{{ end }}
{{/* Packery */}}
{{ if .Page.HasShortcode "gallery" }}
{{ $packeryLib := resources.Get "lib/packery/packery.pkgd.min.js" }}
<script defer src="{{ $packeryLib.RelPermalink }}" integrity="{{ $packeryLib.Data.Integrity }}"></script>
{{ end }}