aboutsummaryrefslogtreecommitdiff
path: root/cmd/http
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/http')
-rw-r--r--cmd/http/feed.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/http/feed.go b/cmd/http/feed.go
index 97e084a..5b40b1e 100644
--- a/cmd/http/feed.go
+++ b/cmd/http/feed.go
@@ -30,7 +30,7 @@ func generateFeed(domain string, posts []*Post) []byte {
<entry>
<title>` + post.Title + `</title>
<link href="https://` + domain + `/posts/` + post.File + `.html"/>
- <id>https://` + domain + `/posts/` + post.File + `</id>
+ <id>https://` + domain + `/blog/` + post.File + `</id>
<published>` + post.Date + `T00:00:00.000Z</published>
<updated>` + post.Date + `T00:00:00.000Z</updated>
<summary>Blog post</summary>`