From e395e8720d81cbcc67a79549c3881394b5454445 Mon Sep 17 00:00:00 2001 From: Mud Date: Mon, 12 Oct 2020 16:35:05 +0000 Subject: [PATCH] added copyright page --- copyright.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 copyright.html diff --git a/copyright.html b/copyright.html new file mode 100644 index 0000000..c3989c4 --- /dev/null +++ b/copyright.html @@ -0,0 +1,10 @@ +{% extends 'templates/site.html' %} + +{% set title %} + {{ SITE_NAME }} - Copyright +{% endset %} + +{% block content %} +© Kartta Labs +{% endblock %} +