feat: Blog catalog and tags #7

Merged
aniva merged 11 commits from post/page into main 2024-10-10 14:49:18 -07:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 2175e30325 - Show all commits

View File

@ -3,7 +3,7 @@
export let metadata : { title: string, description: string, tags: [string], date: Date };
export let link: Option<string> = null;
const date = metadata.date.toLocaleDateString();
const date = metadata.date.toISOString().slice(0,-14);
</script>
<div id="post-heading">