forked from 00dani/lemoncurry
Set rel="home" on the homepage brand link
This commit is contained in:
parent
8ef64d6a87
commit
f6b316dcfa
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
<body>
|
||||
<header>
|
||||
<nav class="navbar navbar-expand-md navbar-dark">
|
||||
<a class="navbar-brand" href="{% url 'home:index' %}">{% site_name %}</a>
|
||||
<a class="navbar-brand" rel="home" href="{% url 'home:index' %}">{% site_name %}</a>
|
||||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbar"
|
||||
aria-controls="navbar" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
|
|
Loading…
Reference in a new issue