styling (again)

This commit is contained in:
2021-03-15 22:50:58 +03:00
parent a288986450
commit f35278e978
5 changed files with 30 additions and 8 deletions

View File

@@ -46,9 +46,13 @@
</table>
</section>
{% if homepage is not none %}
<footer><a href="{{ homepage|e }}" title="homepage">Homepage</a></footer>
{% endif %}
<footer>
<ul class="navigation">
{% if homepage is not none %}
<li><a href="{{ homepage|e }}" title="homepage">Homepage</a></li>
{% endif %}
</ul>
</footer>
</div>
</body>
</html>