From b54bc2273bee7958f6232d0280c2c07c270cbfed Mon Sep 17 00:00:00 2001 From: Wesley Moore <wes@wezm.net> Date: Fri, 21 Feb 2025 08:48:22 +1100 Subject: [PATCH] Put headers links back on one line --- v2/templates/page.html | 4 +--- v2/templates/section.html | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/v2/templates/page.html b/v2/templates/page.html index 6060195..0320dc0 100644 --- a/v2/templates/page.html +++ b/v2/templates/page.html @@ -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> diff --git a/v2/templates/section.html b/v2/templates/section.html index 4f947b7..a13871e 100644 --- a/v2/templates/section.html +++ b/v2/templates/section.html @@ -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>