From e743a9a425ee3197649aa2c4996b8566bf75896d Mon Sep 17 00:00:00 2001 From: Srxr <10549030+srxr@users.noreply.github.com> Date: Tue, 8 Jun 2021 21:22:14 +0800 Subject: Remove proprietary notices about video (#40) * Make content proprietary configurable * Update README * Fixed a few template context bugs Co-authored-by: James Mills --- config.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.json') diff --git a/config.json b/config.json index 0d0a19f..0f6b7c1 100644 --- a/config.json +++ b/config.json @@ -29,5 +29,8 @@ "email": "author@somewhere.example" }, "copyright": "Copyright Text" + }, + "copyright": { + "content": "All Content herein Public Domain and User Contributed." } } -- cgit v1.2.3