From 963eb3e659baf886be9cd13e930587a1fc47d8ca Mon Sep 17 00:00:00 2001
From: Philipp Oppermann
Date: Sat, 12 Jun 2021 16:52:18 +0200
Subject: [PATCH] Make it possible to set discussion thread manually per post
---
blog/content/edition-2/posts/04-testing/index.md | 1 +
blog/templates/edition-2/page.html | 7 ++++++-
blog/templates/snippets.html | 4 ++++
3 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/blog/content/edition-2/posts/04-testing/index.md b/blog/content/edition-2/posts/04-testing/index.md
index d1770166..a876dcc5 100644
--- a/blog/content/edition-2/posts/04-testing/index.md
+++ b/blog/content/edition-2/posts/04-testing/index.md
@@ -6,6 +6,7 @@ date = 2019-04-27
[extra]
chapter = "Bare Bones"
+comments_search_term = 1009
+++
This post explores unit and integration testing in `no_std` executables. We will use Rust's support for custom test frameworks to execute test functions inside our kernel. To report the results out of QEMU, we will use different features of QEMU and the `bootimage` tool.
diff --git a/blog/templates/edition-2/page.html b/blog/templates/edition-2/page.html
index a611b867..adf52553 100644
--- a/blog/templates/edition-2/page.html
+++ b/blog/templates/edition-2/page.html
@@ -103,7 +103,12 @@