mirror of
https://github.com/vinta/awesome-python.git
synced 2026-05-22 20:16:34 +08:00
feat: add build date to footer
Displays the UTC date the site was last built in the footer so visitors can see how fresh the data is. Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -44,7 +44,10 @@
|
||||
<main id="content">{% block content %}{% endblock %}</main>
|
||||
|
||||
<footer class="footer">
|
||||
<span class="footer-brand">Awesome Python</span>
|
||||
<div class="footer-left">
|
||||
<span class="footer-brand">Awesome Python</span>
|
||||
{% if build_date %}<span class="footer-date">Data refreshed {{ build_date }}</span>{% endif %}
|
||||
</div>
|
||||
<div class="footer-links">
|
||||
<span
|
||||
>Made by
|
||||
|
||||
Reference in New Issue
Block a user