update templates, style
This commit is contained in:
parent
735101cd4f
commit
ce89015228
6 changed files with 35 additions and 25 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue