headline/view/templates/parts/footer.html
Ondřej Nývlt 165948da05 WIP
2023-08-16 19:41:55 +02:00

5 lines
301 B
HTML

<footer class="footer">
<div class="container">
<span class="text-muted"> <a href="{{ url_for('index') }}">Headliner</a> | <a href="{{ url_for('feed_list') }}">Feed list</a> | <a href="{{ url_for('about') }}">About</a> | <a href="https://nolog.cz">NoLog.cz</a></span>
</div>
</footer>