headline/view/templates/parts/footer.html

6 lines
296 B
HTML
Raw Normal View History

<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>