fixed, reworked and simplyfied and added example content in markdown
This commit is contained in:
parent
bdf28fd018
commit
ff46ccae8b
15 changed files with 335 additions and 286 deletions
8
layouts/sitemap.xml
Normal file
8
layouts/sitemap.xml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
{{ $baseURL := .Site.BaseURL }}
|
||||
{{ range sort .Site.Menus.main }}
|
||||
<url>
|
||||
<loc>{{ $baseURL }}{{ .URL }}</loc>
|
||||
</url>
|
||||
{{ end }}
|
||||
</urlset>
|
||||
Loading…
Add table
Add a link
Reference in a new issue