diff --git a/gh-pages-template/index.html b/gh-pages-template/index.html
index ac31b09956e2..3fae72688f60 100644
--- a/gh-pages-template/index.html
+++ b/gh-pages-template/index.html
@@ -3,8 +3,8 @@
layout: page
full-width: true
after-content:
-- donate.html
-- support.html
+ - donate.html
+ - support.html
# TODO: Add `cover-img` (supports multiple)
@@ -12,8 +12,8 @@
- href: https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200
ext-js:
- https://cdn.jsdelivr.net/npm/jquery@3.7.1/dist/jquery.min.js
- - https://cdn.jsdelivr.net/npm/@lizardbyte/shared-web@2024.921.191855/dist/levenshtein-distance.js
- - https://cdn.jsdelivr.net/npm/@lizardbyte/shared-web@2024.921.191855/dist/ranking-sorter.js
+ - https://cdn.jsdelivr.net/npm/@lizardbyte/shared-web@2026.314.32913/dist/levenshtein-distance.js
+ - https://cdn.jsdelivr.net/npm/@lizardbyte/shared-web@2026.314.32913/dist/ranking-sorter.js
js:
- /GameDB/assets/js/item_loader.js
---