modified: routes/auth_routes.py
modified: routes/journal_routes.py modified: static/css/style.css modified: templates/base.html new file: templates/datenschutz.html modified: templates/future.html new file: templates/impressum.html
This commit is contained in:
@@ -45,7 +45,12 @@
|
||||
</main>
|
||||
|
||||
<footer class="footer">
|
||||
<p>Bullet Journal © {{ now.year if now else 2026 }}</p>
|
||||
<p>© {{ now.year if now else 2026 }} Journal von Simon Giehl</p>
|
||||
<p class="footer-links">
|
||||
<a href="{{ url_for('auth.impressum') }}">Impressum</a>
|
||||
<span>·</span>
|
||||
<a href="{{ url_for('auth.datenschutz') }}">Datenschutz</a>
|
||||
</p>
|
||||
</footer>
|
||||
|
||||
<script src="{{ url_for('static', filename='js/main.js') }}"></script>
|
||||
|
||||
Reference in New Issue
Block a user