diff options
| author | Stefan Kreutz <mail@skreutz.com> | 2026-05-05 02:07:38 +0200 |
|---|---|---|
| committer | Stefan Kreutz <mail@skreutz.com> | 2026-05-05 02:07:38 +0200 |
| commit | 6f451adf2ec9d7408d1fd21796ea4d8a9eeeca4a (patch) | |
| tree | 72dce01f60eafada718a1c6e5be3f4032e58b6ba /templates/default.html | |
| parent | 3861bb747c215a1dbc8a04f725ed83cdc4578714 (diff) | |
| download | blog-6f451adf2ec9d7408d1fd21796ea4d8a9eeeca4a.tar.gz | |
Add license
Diffstat (limited to 'templates/default.html')
| -rw-r--r-- | templates/default.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/default.html b/templates/default.html index efdcfe3..92b9178 100644 --- a/templates/default.html +++ b/templates/default.html @@ -32,6 +32,7 @@ </header> <main> $body$ + <p class="license">Except where otherwise noted, content on this website is licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>. The <a href="https://git.skreutz.com/blog.git/">source code</a> is dual-licensed under <a href="https://opensource.org/licenses/MIT">MIT</a> or <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p> </main> <footer> <nav> |