From a86304d9321d75c88f6f206909065d33b7c33b2f Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Mon, 3 Oct 2022 13:22:18 +0200 Subject: [PATCH 1/2] Fix prev/next links for old status update posts --- blog/templates/status-update-page.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/blog/templates/status-update-page.html b/blog/templates/status-update-page.html index 0a4e57d5..56acbf63 100644 --- a/blog/templates/status-update-page.html +++ b/blog/templates/status-update-page.html @@ -22,11 +22,11 @@ {% block after_main %}

From 209fd7c312c938d5637ffb1f18abfa90d745278d Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Mon, 3 Oct 2022 13:24:04 +0200 Subject: [PATCH 2/2] Fix license file ignore --- blog/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/config.toml b/blog/config.toml index 51332e0e..4c209e7a 100644 --- a/blog/config.toml +++ b/blog/config.toml @@ -5,7 +5,7 @@ feed_filename = "rss.xml" compile_sass = true minify_html = false -ignored_content = ["*/README.md", "LICENSE-CC-BY-NC"] +ignored_content = ["*/README.md", "*/LICENSE-CC-BY-NC"] [markdown] highlight_code = true