aboutsummaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
authorYaroslav de la Peña Smirnov <yps@yaroslavps.com>2022-03-29 00:13:28 +0300
committerYaroslav de la Peña Smirnov <yps@yaroslavps.com>2022-03-29 00:13:28 +0300
commita5ca94797945203c3167bb13b7779b396cad527d (patch)
treebeb8a49c3a7a5a79f845af024f37f5c832e03feb /templates/base.html
parentb623aec3cbe0ea2edbecffc16e58296646ba5353 (diff)
downloadyaroslavps.com-a5ca94797945203c3167bb13b7779b396cad527d.tar.gz
yaroslavps.com-a5ca94797945203c3167bb13b7779b396cad527d.zip
Minor style changes and improvements
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html
index d28c0c8..9cad805 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -137,6 +137,17 @@
</div>
</div>
{% endblock %}
+ <div class="foot-container">
+ <p>
+ The text content in this site is
+ <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>,
+ the photos are under
+ <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0</a>.
+ </p>
+ <p>
+ © 2018—2022 Yaroslav de la Peña Smirnov.
+ </p>
+ </div>
</div>
</body>
</html>