mirror of
https://github.com/wezm/wezm.net.git
synced 2025-04-03 02:10:42 +00:00
Put headers links back on one line
This commit is contained in:
parent
bc6f90918e
commit
b54bc2273b
2 changed files with 2 additions and 6 deletions
v2/templates
|
@ -29,9 +29,7 @@
|
|||
{% block body %}
|
||||
<header>
|
||||
<h1 class="logo">
|
||||
<a href="{{ config.base_url }}/" class="no-border hover-underline"
|
||||
>👨💻 {{ config.title }}</a
|
||||
>
|
||||
<a href="{{ config.base_url }}/" class="no-border hover-underline">👨💻 {{ config.title }}</a>
|
||||
</h1>
|
||||
</header>
|
||||
|
||||
|
|
|
@ -5,9 +5,7 @@
|
|||
{% block body %}
|
||||
<header>
|
||||
<h1 class="logo">
|
||||
<a href="{{ config.base_url }}/" class="no-border hover-underline"
|
||||
>👨💻 {{ config.title }}</a
|
||||
>
|
||||
<a href="{{ config.base_url }}/" class="no-border hover-underline">👨💻 {{ config.title }}</a>
|
||||
</h1>
|
||||
</header>
|
||||
|
||||
|
|
Loading…
Reference in a new issue