diff options
| author | Nicolas Paul <n@nc0.fr> | 2023-05-02 22:30:41 +0200 |
|---|---|---|
| committer | Nicolas Paul <n@nc0.fr> | 2023-05-02 22:30:41 +0200 |
| commit | ee181818c030315a69eff69faf79a7f2ba09b59f (patch) | |
| tree | 058a6616412d866868710a89c4f7dafecfb8a7fc /sitemap.go | |
| parent | a97ea6a30eccbca19fe1b3d21b5830e0e01b15a4 (diff) | |
Make slug have the file extension
Diffstat (limited to 'sitemap.go')
| -rw-r--r-- | sitemap.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sitemap.go b/sitemap.go new file mode 100644 index 0000000..732dfd5 --- /dev/null +++ b/sitemap.go @@ -0,0 +1,5 @@ +// Copyright (c) 2023 Nicolas Paul All rights reserved. +// Use of this source code is governed by a BSD-style +// license that can be found in the LICENSE file. + +package main |
