diff options
Diffstat (limited to 'templates/post.html')
| -rw-r--r-- | templates/post.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/post.html b/templates/post.html index 726fa77..de20f4d 100644 --- a/templates/post.html +++ b/templates/post.html @@ -4,5 +4,7 @@ Posted on <time datetime="$formalDate$">$date$</time> </header> $body$ - <footer></footer> + <footer> + <p>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> + </footer> </article> |