Add a menu link back to the home page
parent
fddbc125f7
commit
c9621cb516
|
@ -1,4 +1,7 @@
|
|||
<ul>
|
||||
{{ if not .IsHome }}
|
||||
<li><a href="{{ .Site.BaseURL }}">Home</a></li>
|
||||
{{ end }}
|
||||
{{- $currentPage := . -}}
|
||||
{{- range .Site.Menus.main -}}
|
||||
{{- if .HasChildren -}}
|
||||
|
|
Loading…
Reference in New Issue