Create sitemap and fixed footer menu
This commit is contained in:
12
themes/tsc_vfl/layouts/partials/sitemap-list.html
Normal file
12
themes/tsc_vfl/layouts/partials/sitemap-list.html
Normal file
@@ -0,0 +1,12 @@
|
||||
{{ range . }}
|
||||
<li>
|
||||
<a href="{{ .URL }}">
|
||||
{{ .Title }}
|
||||
</a>
|
||||
{{ with .Children }}
|
||||
<ul>
|
||||
{{ partial "sitemap-list" . }}
|
||||
</ul>
|
||||
{{ end }}
|
||||
</li>
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user