headline/view/templates/parts/footer.html

6 lines
301 B
HTML
Raw Normal View History

2023-08-16 19:41:55 +02:00
<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>
2023-08-16 19:41:55 +02:00
</footer>