Style nav bar
This commit is contained in:
parent
e17483b4d6
commit
ed404f302e
2 changed files with 56 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue