From 9dd416f8abaf16ebc2ff3d12a5fe7fcc9dd67bb6 Mon Sep 17 00:00:00 2001 From: ahoemann Date: Fri, 28 Mar 2025 10:27:30 +0100 Subject: [PATCH] feat: footer information for adrianux domain --- README.md | 6 ------ templates/base.j2 | 4 ++++ 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8d7d52e..5b6375e 100644 --- a/README.md +++ b/README.md @@ -45,12 +45,6 @@ waitress-serve --listen=0.0.0.0:8080 app:app # Docker -## Building the container - -```sh -docker build -t adrianux:latest . -``` - ## Running the container ```sh diff --git a/templates/base.j2 b/templates/base.j2 index 1a67540..21342c4 100644 --- a/templates/base.j2 +++ b/templates/base.j2 @@ -14,5 +14,9 @@

{{ self.title() }}

{% block content %}{% endblock %}
+