mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-18 21:11:19 +02:00
refactor handlers to use types instead of structs.
This commit is contained in:
@@ -342,7 +342,6 @@ func TestPageWithShortCodeInSummary(t *testing.T) {
|
||||
if err != nil {
|
||||
t.Fatalf("Unable to create a page with frontmatter and body content: %s", err)
|
||||
}
|
||||
p.ProcessShortcodes(s.Tmpl)
|
||||
p.Convert()
|
||||
|
||||
checkPageTitle(t, p, "Simple")
|
||||
|
Reference in New Issue
Block a user