Style nav bar

This commit is contained in:
Joscha 2023-08-05 16:01:35 +02:00
parent e17483b4d6
commit ed404f302e
2 changed files with 56 additions and 1 deletions

View file

@ -11,7 +11,15 @@
<body>
<nav>
<a href="{{ base }}/"><img src="{{ base }}/logo.svg"> {{ repo_name }}</a>
<a href="{{ base }}/">
<img src="{{ base }}/logo.svg">
{{ repo_name }}
</a>
<a>just</a>
<a>some</a>
<a>place</a>
<a>holder</a>
<a>links</a>
</nav>
{% block body %}{% endblock %}
</body>