diff --git a/site/post.go b/site/post.go index ab9f5e6..36c7f96 100644 --- a/site/post.go +++ b/site/post.go @@ -40,7 +40,7 @@ func (p *Post) Link() 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 {