Merge pull request #8 from jtom38/features/remote-href-update
Adding the base url to the href to see if it works
This commit is contained in:
commit
d103909a99
@ -1,2 +1,5 @@
|
||||
# cookbook
|
||||
Personal Cookbook hosted on Github built with Hugo
|
||||
|
||||
This is my personal Cookbook hosted on Github built with Hugo.
|
||||
|
||||
The site can be viewed here [here](https://jtom38.github.io/cookbook)
|
||||
|
@ -12,10 +12,10 @@
|
||||
|
||||
<div id="navbarBasicExample" class="navbar-menu">
|
||||
<div class="navbar-start">
|
||||
<a class="navbar-item" href="/recipies">Recipies</a>
|
||||
<a class="navbar-item" href="/tags">Tags</a>
|
||||
<a class="navbar-item" href="/categories">Categories</a>
|
||||
<a class="navbar-item" href="/recipies/index.xml">RSS Feed</a>
|
||||
<a class="navbar-item" href="{{ .Site.BaseURL }}recipies">Recipies</a>
|
||||
<a class="navbar-item" href="{{ .Site.BaseURL }}tags">Tags</a>
|
||||
<a class="navbar-item" href="{{ .Site.BaseURL }}categories">Categories</a>
|
||||
<a class="navbar-item" href="{{ .Site.BaseURL }}recipies/index.xml">RSS Feed</a>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
Loading…
Reference in New Issue
Block a user