fixed, reworked and simplyfied and added example content in markdown

This commit is contained in:
rac2030 2017-02-28 04:36:18 +01:00
parent bdf28fd018
commit ff46ccae8b
15 changed files with 335 additions and 286 deletions

8
layouts/sitemap.xml Normal file
View 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>