From bd8246c2f359ad95d5426d00ce2872f3d4a46dc1 Mon Sep 17 00:00:00 2001 From: stefan911 Date: Sun, 27 Nov 2022 15:19:13 +0200 Subject: [PATCH] Added taglist and fixed blog index.md --- content/posts/_index.md | 4 +++- content/posts/why-linux.md | 2 +- layouts/shortcodes/taglist.html | 10 ++++++++++ 3 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 layouts/shortcodes/taglist.html diff --git a/content/posts/_index.md b/content/posts/_index.md index 05761ac..e4c719d 100644 --- a/content/posts/_index.md +++ b/content/posts/_index.md @@ -1 +1,3 @@ -# Blog +# +{{< taglist >}} +# Articles \ No newline at end of file diff --git a/content/posts/why-linux.md b/content/posts/why-linux.md index 06a56f3..50c77f7 100644 --- a/content/posts/why-linux.md +++ b/content/posts/why-linux.md @@ -1,8 +1,8 @@ --- title: "Why you should use libre software" tags: [ -"linux", "open-source", +"philosophy" ] draft: true date: 2022-11-26T18:42:53+02:00 diff --git a/layouts/shortcodes/taglist.html b/layouts/shortcodes/taglist.html new file mode 100644 index 0000000..4bdcfcb --- /dev/null +++ b/layouts/shortcodes/taglist.html @@ -0,0 +1,10 @@ + + + + + $Title$ + + +$END$ + + \ No newline at end of file