template error logging, css, better rendering

This commit is contained in:
mtrx 2024-08-10 21:30:51 +02:00
parent 2e7a81d7c7
commit 0a85a81950
9 changed files with 51 additions and 39 deletions

View file

@ -7,7 +7,7 @@
{% endblock head %}
{% block content %}
<h1>Hi, I'm {{ username }}</h1>
<h1><a class="hidden-link" href="/">Hi, I'm {{ username }}</a></h1>
<p style="text-align: right">
<a href="/">Back to the blog</a>
</p>