Compare commits
1 Commits
feature/pa
...
master
Author | SHA1 | Date |
---|---|---|
ivan | 582c40175a |
|
@ -6,6 +6,7 @@
|
|||
|
||||
{{ .Content }}
|
||||
|
||||
{{if not .IsHome }}
|
||||
<ul>
|
||||
{{ range (where .Data.Pages "Section" "!=" "") }}
|
||||
<li>
|
||||
|
@ -14,5 +15,6 @@
|
|||
</li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
{{ end }}
|
||||
|
||||
{{ partial "footer.html" . }}
|
||||
|
|
Loading…
Reference in New Issue