feat: footer information for adrianux domain

This commit is contained in:
ahoemann 2025-03-28 10:27:30 +01:00
parent f43d6232b7
commit 9dd416f8ab
2 changed files with 4 additions and 6 deletions

View file

@ -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

View file

@ -14,5 +14,9 @@
<h1>{{ self.title() }}</h1>
<article>{% block content %}{% endblock %}</article>
</main>
<footer class="container">
<p><a href="mailto:ahoemann@proton.me">ahoemann@proton.me</a>
</p>Authored by <a href="https://adrianux.net/">Adrian Hoemann</a>.
</footer>
</body>
</html>