diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-11-01 22:54:27 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-11-01 22:54:27 +0100 |
| commit | 2417a6b7603524dc5cd30d29b153f91024b9443d (patch) | |
| tree | 9be5ea8e5baba96dd9159217da6badf6157fb595 /templates/sitemap.xml | |
| parent | 89ba3497f07a8ea43d209b583f39fcc286acc923 (diff) | |
| download | mitjafelicijan.com-2417a6b7603524dc5cd30d29b153f91024b9443d.tar.gz | |
Move to Jekyll
Diffstat (limited to 'templates/sitemap.xml')
| -rw-r--r-- | templates/sitemap.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/templates/sitemap.xml b/templates/sitemap.xml deleted file mode 100644 index b7a0926..0000000 --- a/templates/sitemap.xml +++ /dev/null | |||
| @@ -1,8 +0,0 @@ | |||
| 1 | <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml"> | ||
| 2 | {{ range $idx, $page := .Pages }} | ||
| 3 | <url> | ||
| 4 | <loc>{{ $.Config.BaseURL }}/{{ $page.RelPermalink }}</loc> | ||
| 5 | <lastmod>{{ $page.Created.Format "2006-01-02T15:04:05" }}+00:00</lastmod> | ||
| 6 | </url> | ||
| 7 | {{ end }} | ||
| 8 | </urlset> | ||
