diff options
author | metamuffin <metamuffin@disroot.org> | 2023-02-13 23:31:46 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-02-13 23:31:46 +0100 |
commit | 22e04bd9eca015887c59a325b62be9037dfe4f16 (patch) | |
tree | 7268f4f608507bd1c94be29b42752e4f5d7510d3 | |
parent | 010cf945175d7f9f205b9bf691d2f8ce7e9d2f3e (diff) | |
download | metamuffin-website-22e04bd9eca015887c59a325b62be9037dfe4f16.tar metamuffin-website-22e04bd9eca015887c59a325b62be9037dfe4f16.tar.bz2 metamuffin-website-22e04bd9eca015887c59a325b62be9037dfe4f16.tar.zst |
licence info in blog
-rw-r--r-- | src/blog/mod.rs | 1 |
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" }} }, }) } |