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>