update templates, style

This commit is contained in:
Daniel Fichtinger 2025-07-14 17:57:40 -04:00
parent 735101cd4f
commit ce89015228
6 changed files with 35 additions and 25 deletions

View file

@ -1,9 +1,7 @@
<center>
</center>
<ul>
<!-- TODO: make the template write the site name-->
<!-- TODO: make the template write the site name-->
<li><a class="site-logo" href="/">ficd.sh</a></li>
{% for name, url in site_map.items() %}
<li><a href="{{ url }}">{{ name }}</a></li>
{% endfor %}
{% for name, url in site_map.items() %}
<li><a href="{{ url }}">{{ name }}</a></li>
{% endfor %}
</ul>