diff --git a/bun.lockb b/bun.lockb
new file mode 100755
index 0000000..f4f3e75
Binary files /dev/null and b/bun.lockb differ
diff --git a/components/Nav.vue b/components/Nav.vue
index 969d45f..332be7c 100755
--- a/components/Nav.vue
+++ b/components/Nav.vue
@@ -1,21 +1,15 @@
@@ -28,12 +22,12 @@ const changeTheme = () => {
Skip to content
+ {{ article.description }}
+
+ {{ new Date(article.date).toDateString().split(' ').slice(1).join(' ') }} |
+ {{ article.readTime }} minute read
+
+ {{ doc?.description }}
+
+ {{ new Date(doc?.date).toDateString().split(' ').slice(1).join(' ') }} |
+ {{ doc?.readTime }} minute read
+
+
+ {{ doc?.title }}
+
+
+