Skip to content

Commit

Permalink
Changes to be committed:
Browse files Browse the repository at this point in the history
	modified:   src/site/_includes/partials/relitu.liquid
  • Loading branch information
rebron1900 committed Apr 28, 2024
1 parent de89755 commit 2be2a5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/site/_includes/partials/relitu.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
cal.on('click', (event, timestamp, value) => {
if (value == null) { return; }
var date = new Date(timestamp).toISOString().substring(0,7);
window.location.href = '/archives#' + date;
});
Expand Down

0 comments on commit 2be2a5f

Please sign in to comment.