summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/blog/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/blog/mod.rs b/src/blog/mod.rs
index 23f0721..b58750e 100644
--- a/src/blog/mod.rs
+++ b/src/blog/mod.rs
@@ -69,6 +69,7 @@ pub async fn r_blog_article(name: &str) -> MyResult<DynScaffold<'static>> {
title: a.title,
content: markup::new! {
@markup::raw(&html)
+ p{i{ "Article written by metamuffin, text licenced under CC BY-ND 4.0, non-trivial code blocks under GPL-3.0-only except where indicated otherwise" }}
},
})
}