fix rss link
Signed-off-by: Erik Winter <erik@publicsonar.com>
This commit is contained in:
parent
d2ebd5d46a
commit
903fefe740
|
@ -40,7 +40,7 @@ func (p *Post) Link() string {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (p *Post) FullLink() string {
|
func (p *Post) FullLink() string {
|
||||||
return fmt.Sprintf("https://erikwinter.nl/%s", p.Link())
|
return fmt.Sprintf("https://erikwinter.nl%s", p.Link())
|
||||||
}
|
}
|
||||||
|
|
||||||
func (p *Post) HTMLSummary() *HTMLSummary {
|
func (p *Post) HTMLSummary() *HTMLSummary {
|
||||||
|
|
Loading…
Reference in New Issue