headline/view/templates/parts/footer.html

5 lines
No EOL
322 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> | <a href="https://nolog.cz">NoLog.cz</a></span>
</div>
</footer>