1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-11-27 14:12:09 +00:00

Compare commits

..

No commits in common. "7d120e9ff8c7063d960e7b9f10370ed691e896ea" and "85d84910f87957c6e7e1342f756f4498bfa09836" have entirely different histories.

3 changed files with 3 additions and 18 deletions

View file

@ -4,7 +4,6 @@ outputs:
url: "/404.html" url: "/404.html"
title: "Error 404 (Not Found)" title: "Error 404 (Not Found)"
layout: "404" layout: "404"
private: true
--- ---
You have requested a page that was not found on this server. You have requested a page that was not found on this server.

View file

@ -175,7 +175,6 @@ This site is featured in some cool directories.
- [Webrings Fanlisting](https://fanlistings.nickifaulk.com/webrings/) - [Webrings Fanlisting](https://fanlistings.nickifaulk.com/webrings/)
- [Gossip's Web](https://gossipsweb.net/personal-websites) - [Gossip's Web](https://gossipsweb.net/personal-websites)
- [Nixers](https://github.com/nixers-projects/sites/wiki/List-of-nixers.net-user-sites) - [Nixers](https://github.com/nixers-projects/sites/wiki/List-of-nixers.net-user-sites)
- [Nerd Listings](https://nerdlistings.info/category/personalsites/) (pending) - [Nerd Listings](https://nerdlistings.info/category/personalsites/)
- [Ye Olde Blogroll](https://blogroll.org/) (pending) - [Ye Olde Blogroll](https://blogroll.org/)
- [LinkLane](https://www.linklane.net/) (pending) - [LinkLane](https://www.linklane.net/)

View file

@ -1,13 +0,0 @@
{{- printf `<?xml version="1.0" encoding="utf-8" standalone="yes"?>` | safeHTML }}
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
{{- range .Data.Pages }}
{{- if not .Params.private -}}
<url>
<loc>{{ .Permalink }}</loc>
<lastmod>{{ safeHTML ( .Lastmod.Format "2006-01-02T15:04:05-07:00" ) }}</lastmod>{{ with .Sitemap.ChangeFreq }}
<changefreq>{{ . }}</changefreq>{{ end }}{{ if ge .Sitemap.Priority 0.0 }}
<priority>{{ .Sitemap.Priority }}</priority>{{ end }}
</url>
{{- end -}}
{{- end }}
</urlset>