diff --git a/content/posts/a-post-with-a-cover.md b/content/posts/a-post-with-a-cover.md index 2db87ac..63fde9f 100644 --- a/content/posts/a-post-with-a-cover.md +++ b/content/posts/a-post-with-a-cover.md @@ -2,7 +2,7 @@ title: A post with a cover image date: 2019-01-07 published: true -tags: ['Markdown'] +tags: ['Markdown', 'Cover Image'] series: false cover_image: ./images/alexandr-podvalny-220262-unsplash.jpg canonical_url: false diff --git a/content/posts/markdown-test-file.md b/content/posts/markdown-test-file.md index a9f3070..535a199 100644 --- a/content/posts/markdown-test-file.md +++ b/content/posts/markdown-test-file.md @@ -2,7 +2,7 @@ title: Markdown test files date: 2019-02-06 published: true -tags: ['Markdown'] +tags: ['Markdown','Test files'] canonical_url: false description: "Markdown is intended to be as easy-to-read and easy-to-write as is feasible. Readability, however, is emphasized above all else. A Markdown-formatted document should be publishable as-is, as plain text, without looking like it's been marked up with tags or formatting instructions." --- diff --git a/src/components/PostCard.vue b/src/components/PostCard.vue index e37472c..982f836 100644 --- a/src/components/PostCard.vue +++ b/src/components/PostCard.vue @@ -6,7 +6,10 @@