summaryrefslogtreecommitdiffstats
path: root/hugolib/page__content.go
diff options
context:
space:
mode:
Diffstat (limited to 'hugolib/page__content.go')
-rw-r--r--hugolib/page__content.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/hugolib/page__content.go b/hugolib/page__content.go
index 91f26dc18..c08ac67af 100644
--- a/hugolib/page__content.go
+++ b/hugolib/page__content.go
@@ -65,7 +65,6 @@ func (p pageContent) contentToRender(renderedShortcodes map[string]string) []byt
// Insert the placeholder so we can insert the content after
// markdown processing.
c = append(c, []byte(v.placeholder)...)
-
}
default:
panic(fmt.Sprintf("unknown item type %T", it))