mirror of
https://github.com/tiyn/beaker-blog.git
synced 2025-04-03 16:07:45 +02:00
adding footer
This commit is contained in:
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…
x
Reference in New Issue
Block a user