mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 11:46:41 +02:00
The baseURL should have a slash at the end
This commit is contained in:
@@ -18,8 +18,8 @@
|
||||
<nav>
|
||||
<ul>
|
||||
<a href="{{ .Site.BaseURL }}"><li>Blog</li></a>
|
||||
<a href="{{ .Site.BaseURL }}/about/"><li>About</li></a>
|
||||
<a href="{{ .Site.BaseURL }}/projects/"><li>Projects</li></a>
|
||||
<a href="{{ .Site.BaseURL }}about/"><li>About</li></a>
|
||||
<a href="{{ .Site.BaseURL }}projects/"><li>Projects</li></a>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user