working on subdirs by feed

This commit is contained in:
bel
2019-09-02 09:08:53 -06:00
parent 2518c3f263
commit db79a43e95
9 changed files with 101 additions and 16 deletions

View File

@@ -43,6 +43,7 @@ func WriteFeed(w io.Writer, tag string, items []*Item) error {
Title: item.Title,
Link: &feeds.Link{Href: item.Link},
Description: item.Content,
Author: &feeds.Author{Name: item.Copyright},
Created: item.TS,
}
}