summaryrefslogtreecommitdiff
path: root/views/pages/blog-catalogue.html
diff options
from:
to:
context:
space:
mode:
authorGravatar SayaAndy <montferrat@tuta.io> 2025-08-14 04:18:31 +0700
committerGravatar SayaAndy <montferrat@tuta.io> 2025-08-14 04:18:31 +0700
commit85d4a9799ce2ce663af25be8c7e8f59f8d43761d (patch)
tree1956c3b72dfe132fe044e6b5bede460a49b5b136 /views/pages/blog-catalogue.html
parentd15630a014e31835f66b0b50d9cc1e59ee4f203c (diff)
downloadweb-85d4a9799ce2ce663af25be8c7e8f59f8d43761d.tar.gz
web-85d4a9799ce2ce663af25be8c7e8f59f8d43761d.zip
feat: parse gallery caption as an inline markdownv0.5.7
feat: stylize href links for themes feat: adapt map palette for dark themes like night and ram feat: add popup for markers on maps feat: dump z-index from 13 to 8 for zoom on region level feat: show timezone in catalogue with colon fix: ignore empty lines inside gallery block fix: enable closing tag for gallery block with slash fix: on filter reset in catalogue default to publication date desc sort
Diffstat (limited to 'views/pages/blog-catalogue.html')
-rw-r--r--views/pages/blog-catalogue.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/pages/blog-catalogue.html b/views/pages/blog-catalogue.html
index 0da8d26..6c0f629 100644
--- a/views/pages/blog-catalogue.html
+++ b/views/pages/blog-catalogue.html
@@ -91,7 +91,7 @@
checkboxes.forEach(checkbox => {
checkbox.checked = true;
});
- const sortRadio = tagsContainer.querySelector('#sortTitleAsc');
+ const sortRadio = tagsContainer.querySelector('#sortPublicationDateDesc');
sortRadio.checked = true;
});
}