diff --git a/cmd/ssg/site/post.go b/cmd/ssg/site/post.go index 0006c41..9655d26 100644 --- a/cmd/ssg/site/post.go +++ b/cmd/ssg/site/post.go @@ -64,7 +64,7 @@ func (p *Post) FullLink() string { func (p *Post) HTMLSummary() *HTMLSummary { summary := "" if len(p.doc.Content) > 0 { - summary = fmt.Sprintf("

%s...

", TruncateOnSpace(p.doc.Content[0].Text(), 150)) + summary = fmt.Sprintf("

%s...

", TruncateOnSpace(p.doc.Content[0].Text(), 300)) } return &HTMLSummary{