Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
WP6
/
expub_compendium
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
adding last updated date to about page
main
Simon Bowie
1 mese fa
parent
3b3edefda9
commit
5af2f89caf
1 ha cambiato i file
con
5 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
+5
-0
web/app/templates/about.html
+ 5
- 0
web/app/templates/about.html
Vedi File
@@ -9,6 +9,11 @@
<div id="colophon" class="cell-margin text lg:my-16">
{{ sidebar_text | safe }}
{% if last_updated is defined %}
<hr>
Database last updated: {{ last_updated[0:10] }}
{% endif %}
</div>
</div>
Write
Preview
Loading…
Annulla
Salva