From 79b9b822c5cab8cf726b6deff8fbe2e68b11f556 Mon Sep 17 00:00:00 2001 From: Kevin Liu Date: Tue, 8 Jul 2025 08:41:33 -0700 Subject: [PATCH 1/3] add comment --- content/theme/templates/comments.html | 21 +++++++++++++++++++++ content/theme/templates/generic.html | 4 +++- 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 content/theme/templates/comments.html diff --git a/content/theme/templates/comments.html b/content/theme/templates/comments.html new file mode 100644 index 00000000..6f8d6586 --- /dev/null +++ b/content/theme/templates/comments.html @@ -0,0 +1,21 @@ + +
+
+ + +
diff --git a/content/theme/templates/generic.html b/content/theme/templates/generic.html index 2f504b1a..70209191 100644 --- a/content/theme/templates/generic.html +++ b/content/theme/templates/generic.html @@ -9,6 +9,8 @@

Posted on: {{ article.locale_date }} by {{ article.author }}

{{ article.content }} - + + {% include "comments.html" %} + From 37b79e43c43aa4982fac63872c83acb5473bd406 Mon Sep 17 00:00:00 2001 From: Kevin Liu Date: Thu, 24 Jul 2025 08:43:57 -0700 Subject: [PATCH 2/3] add datafusion-site config --- content/theme/templates/comments.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/content/theme/templates/comments.html b/content/theme/templates/comments.html index 6f8d6586..d5b3df35 100644 --- a/content/theme/templates/comments.html +++ b/content/theme/templates/comments.html @@ -2,12 +2,11 @@
- From c89af9bbe90a7d1e238e4bedefd68eef6a799143 Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Thu, 24 Jul 2025 13:46:44 -0400 Subject: [PATCH 3/3] Add some comments with context --- content/theme/templates/comments.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/content/theme/templates/comments.html b/content/theme/templates/comments.html index d5b3df35..abdca9ac 100644 --- a/content/theme/templates/comments.html +++ b/content/theme/templates/comments.html @@ -1,4 +1,9 @@ - +