From 6e20508e984bc3114a35dabc681fe82edae2aee7 Mon Sep 17 00:00:00 2001 From: dreknix Date: Thu, 30 Nov 2023 15:05:48 +0100 Subject: [PATCH] Turn on pretty print to avoid this bug: https://github.com/Guts/mkdocs-rss-plugin/issues/186 --- docs/blog/index.md | 5 +++-- mkdocs.yml | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/blog/index.md b/docs/blog/index.md index 2c2d96d..981d34e 100644 --- a/docs/blog/index.md +++ b/docs/blog/index.md @@ -4,7 +4,8 @@ title: Overview # Blog -The [RSS feed](https://dreknix.github.io/wiki/feed_rss_created.xml) of the -blog is created by the MkDocs [RSS plugin](https://guts.github.io/mkdocs-rss-plugin/). +The [:fontawesome-solid-square-rss: RSS feed]( +https://dreknix.github.io/wiki/feed_rss_created.xml) of the blog is created by +the MkDocs [RSS plugin](https://guts.github.io/mkdocs-rss-plugin/). ## Articles diff --git a/mkdocs.yml b/mkdocs.yml index 0c1bb10..4c2c3bb 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -146,6 +146,7 @@ plugins: match_path: blog/posts/.* date_from_meta: as_creation: date + pretty_print: true categories: - categories - tags: