Update rss.go, fix link to book overview page
This commit is contained in:
parent
08caa73680
commit
ad1b36f2ee
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ func bookListRss(books []database.Book, baseURL string) []item {
|
||||||
Title: b.Title,
|
Title: b.Title,
|
||||||
Creator: b.Authors,
|
Creator: b.Authors,
|
||||||
Description: b.Description,
|
Description: b.Description,
|
||||||
Link: baseURL + "/download/" + b.ID,
|
Link: baseURL + "/book/" + b.ID,
|
||||||
Category: b.Tags,
|
Category: b.Tags,
|
||||||
Enclosure: &enclosure{
|
Enclosure: &enclosure{
|
||||||
URL: baseURL + "/download/" + b.ID + "/" + b.Title + ".epub",
|
URL: baseURL + "/download/" + b.ID + "/" + b.Title + ".epub",
|
||||||
|
|
Reference in a new issue