diff options
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> |