️ 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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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 %}