adding footer

dependabot/pip/src/flask-2.3.2
TiynGER 5 years ago
parent 4a5253ea19
commit 4d24ec5289

@ -17,9 +17,9 @@ However I dislike using a script for adding entries and just want to add entries
- [x] Standalone article page - [x] Standalone article page
- [x] Links to scrolling blog page - [x] Links to scrolling blog page
- [x] RSS feed - [x] RSS feed
- [ ] Better navigation - [x] Better navigation
- [x] Header - [x] Header
- [ ] Footer - [x] Footer
- [x] Switchable CSS - [x] Switchable CSS
- [x] CSS dark-theme - [x] CSS dark-theme
- [x] CSS light-theme - [x] CSS light-theme

@ -23,5 +23,11 @@
{% block content %} {% block content %}
{% endblock %} {% endblock %}
<!-- Content --> <!-- Content -->
<footer>
<div class="center">
Dieser Blog enthält kein Javascript oder PHP.<br>
Dies ist eine Instanz vom <a href="https://github.com/tiyn/tiyny-blog">Tiyny-Blog </a>.
</div>
</footer>
</body> </body>
</html> </html>

Loading…
Cancel
Save