diff --git a/components/BlogStatBox.vue b/components/BlogStatBox.vue index f81ac8b..5fc8215 100644 --- a/components/BlogStatBox.vue +++ b/components/BlogStatBox.vue @@ -30,7 +30,13 @@ const prettyDate = latestDate.format("DD MMM YYYY"); {{ prettyDate }} · {{ latest.readingTime.text }}

- {{ tag }} + + {{ tag }} +
+

+ {{ latest.description }} … +

+ + + + diff --git a/components/Tag.vue b/components/Tag.vue index af6ffcf..ab54322 100644 --- a/components/Tag.vue +++ b/components/Tag.vue @@ -1,7 +1,13 @@ + + diff --git a/content/stories/test.md b/content/stories/test.md deleted file mode 100644 index 7abf662..0000000 --- a/content/stories/test.md +++ /dev/null @@ -1 +0,0 @@ -oy \ No newline at end of file