forked from deepStateMirrors/tabi
♿️ fix: add missing quotes to HTML attributes (#367)
This commit is contained in:
parent
37df94db9f
commit
ce3be5c007
4 changed files with 6 additions and 6 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue