{{ props.description }}
{{ prettyDate(article.date) }}
@@ -54,6 +55,7 @@ import type { ContentCollectionItem } from "@nuxt/content" const props = withDefaults( defineProps<{ title?: string, + description?: string, articles: ContentCollectionItem[] | null }>(), { diff --git a/src/pages/algorithms.vue b/src/pages/algorithms.vue index 9d3d742..57e9ff5 100644 --- a/src/pages/algorithms.vue +++ b/src/pages/algorithms.vue @@ -1,5 +1,5 @@ -