1
0
Fork 1
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:
Wesley Moore 2025-02-21 08:48:22 +11:00
parent bc6f90918e
commit b54bc2273b
No known key found for this signature in database
2 changed files with 2 additions and 6 deletions

View file

@ -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>

View file

@ -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>