1
0
mirror of https://gitlab.com/Anson-Projects/projects.git synced 2026-06-03 21:00:27 +00:00

Fully Integrate into Ghost

This commit is contained in:
2025-12-01 22:01:58 -07:00
parent bbeb71b1b5
commit 1ad772516c
18 changed files with 3455 additions and 626 deletions
@@ -2,8 +2,7 @@ const kProgressiveAttr = "data-src";
let categoriesLoaded = false;
window.quartoListingCategory = (category) => {
// category is URI encoded in EJS template for UTF-8 support
category = decodeURIComponent(atob(category));
category = atob(category);
if (categoriesLoaded) {
activateCategory(category);
setCategoryHash(category);