Move logo inside first nav <a>
This commit is contained in:
parent
7338de98a5
commit
5c8c037417
2 changed files with 11 additions and 12 deletions
|
|
@ -12,9 +12,8 @@
|
|||
|
||||
<body>
|
||||
<nav>
|
||||
<a href="{{ base.root }}/"><img src="{{ base.root }}/logo.svg"></a>
|
||||
<a href="{{ base.root }}/" {% if base.current=="index" %} class="current" {% endif %}>
|
||||
{{ base.repo_name }}
|
||||
<img src="{{ base.root }}/logo.svg" alt="">{{ base.repo_name }}
|
||||
</a>
|
||||
<a href="{{ base.root }}/commit/" {% if base.current=="commit" %} class="current" {% endif %}>
|
||||
commit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue