From f80e97137ae121b84351fc44c6b426cbcf39f65b Mon Sep 17 00:00:00 2001 From: jultty Date: Mon, 20 Apr 2026 17:45:27 -0300 Subject: [PATCH] Add analytics link, privacy footer link --- templates/base.html | 3 +++ templates/content.html | 23 +++++++++++------------ templates/note-page.html | 24 ------------------------ 3 files changed, 14 insertions(+), 36 deletions(-) delete mode 100644 templates/note-page.html diff --git a/templates/base.html b/templates/base.html index 9996403..9ff0b43 100644 --- a/templates/base.html +++ b/templates/base.html @@ -60,6 +60,9 @@ {%- endblock %} {%- block extra_head %}{% endblock %} + + + diff --git a/templates/content.html b/templates/content.html index 44b2e74..7bc8132 100644 --- a/templates/content.html +++ b/templates/content.html @@ -9,16 +9,15 @@ {%- endblock content -%} {%- block footer %} -
- +
+ {% endblock footer -%} diff --git a/templates/note-page.html b/templates/note-page.html deleted file mode 100644 index 1f66da9..0000000 --- a/templates/note-page.html +++ /dev/null @@ -1,24 +0,0 @@ -{% extends "base.html" %} - -{% block content %} -
-

{{ page.title }}

- - {{ page.content | safe }} -
-{%- endblock content -%} - -{%- block footer %} -
- -{% endblock footer %}