️ fix: add missing quotes to HTML attributes (#367)

This commit is contained in:
Arnold Loubriat
2024-08-23 20:54:13 +02:00
committed by GitHub
parent 37df94db9f
commit ce3be5c007
4 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
<header>
<nav class="navbar">
<div class="nav-title">
<a class="home-title" href={{ get_url(path="/", lang=lang) }}>{{ config.title }}</a>
<a class="home-title" href="{{ get_url(path='/', lang=lang) }}">{{ config.title }}</a>
</div>
{%- if config.extra.menu %}