Built site for gh-pages
This commit is contained in:
@@ -202,4 +202,4 @@ code span.kw {
|
||||
content: "</";
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=e90e9ab646ea9b1aaa61e089606e0f97.css.map */
|
||||
/*# sourceMappingURL=ae99138f4fbc2fb4c9f5e5cd69c22459.css.map */
|
||||
@@ -2,7 +2,8 @@ const kProgressiveAttr = "data-src";
|
||||
let categoriesLoaded = false;
|
||||
|
||||
window.quartoListingCategory = (category) => {
|
||||
category = atob(category);
|
||||
// category is URI encoded in EJS template for UTF-8 support
|
||||
category = decodeURIComponent(atob(category));
|
||||
if (categoriesLoaded) {
|
||||
activateCategory(category);
|
||||
setCategoryHash(category);
|
||||
|
||||
Reference in New Issue
Block a user