helpers: Remove unused code

This commit is contained in:
Bjørn Erik Pedersen
2022-01-15 21:04:37 +01:00
parent 20a7ce7c1b
commit 55a9bc1e70
3 changed files with 0 additions and 22 deletions

View File

@@ -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>")