Fix home link
This commit is contained in:
parent
d69c5cfef3
commit
82fab8b82a
|
@ -1,6 +1,6 @@
|
|||
<nav class="navigation">
|
||||
<section class="container">
|
||||
<a class="navigation-title" href="{{ "/" | absURL }}">
|
||||
<a class="navigation-title" href="{{ .Site.BaseURL }}">
|
||||
{{ .Site.Title }}
|
||||
</a>
|
||||
{{ with .Site.Menus.main }}
|
||||
|
|
Loading…
Reference in New Issue