mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-18 21:11:19 +02:00
Remove some unused vars
This commit is contained in:
@@ -237,8 +237,7 @@ func (p *Page) lineNumRawContentStart() int {
|
||||
}
|
||||
|
||||
var (
|
||||
internalSummaryDivider = []byte("HUGOMORE42")
|
||||
internalSummaryDividerAndNewLines = []byte("HUGOMORE42\n\n")
|
||||
internalSummaryDivider = []byte("HUGOMORE42")
|
||||
)
|
||||
|
||||
// Returns the page as summary and main if a user defined split is provided.
|
||||
|
Reference in New Issue
Block a user