Remove jQuery dependency and update theme version to 2.97.0

This commit is contained in:
Eric Gusmao
2026-01-26 20:36:32 -03:00
parent 3a9016a6d9
commit 39209dbab3
5 changed files with 3 additions and 22 deletions
-4
View File
@@ -1,7 +1,3 @@
{{/* jQuery */}}
{{ $jqueryLib := resources.Get "lib/jquery/jquery.slim.min.js" | resources.Fingerprint (.Site.Params.fingerprintAlgorithm | default "sha512") }}
<script src="{{ $jqueryLib.RelPermalink }}" integrity="{{ $jqueryLib.Data.Integrity }}"></script>
{{/* Mermaid */}}
{{ if .Page.HasShortcode "mermaid" }}
{{ $mermaidLib := resources.Get "lib/mermaid/mermaid.min.js" }}