headline/view/templates/parts/footer.html

6 lines
No EOL
296 B
HTML

<footer class="footer mt-auto py-3 bg-light">
<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></span>
</div>
</footer>