diff options
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 11 |
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> |