Compare commits

...

2 commits

Author SHA1 Message Date
b7f38d69c6 fix: naming for public release 2025-03-28 10:14:28 +01:00
b00c3a859e feat: changes for public release 2025-03-28 10:13:48 +01:00
2 changed files with 1 additions and 5 deletions

View file

@ -14,9 +14,5 @@
<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://bin.adrianux.net/">Adrian Hoemann</a>.
</footer>
</body>
</html>

View file

@ -1,5 +1,5 @@
{% extends "base.j2" %}
{% block title %}Pastebin Service{% endblock %}
{% block title %}Pystebin Service{% endblock %}
{% block head %}
{{ super() }}
{% endblock %}