summaryrefslogtreecommitdiffstats
path: root/helpers/content.go
diff options
context:
space:
mode:
Diffstat (limited to 'helpers/content.go')
-rw-r--r--helpers/content.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/helpers/content.go b/helpers/content.go
index 080e31909..157f75079 100644
--- a/helpers/content.go
+++ b/helpers/content.go
@@ -37,9 +37,6 @@ import (
"github.com/gohugoio/hugo/config"
)
-// SummaryDivider denotes where content summarization should end. The default is "<!--more-->".
-var SummaryDivider = []byte("<!--more-->")
-
var (
openingPTag = []byte("<p>")
closingPTag = []byte("</p>")