mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-27 22:21:07 +03:00
Remove some unused vars
This commit is contained in:
parent
9c017e512e
commit
894b69dba5
2 changed files with 1 additions and 4 deletions
|
@ -42,8 +42,6 @@ var SummaryLength = 70
|
|||
// SummaryDivider denotes where content summarization should end. The default is "<!--more-->".
|
||||
var SummaryDivider = []byte("<!--more-->")
|
||||
|
||||
var summaryDividerAndNewLines = []byte("<!--more-->\n\n")
|
||||
|
||||
// Blackfriday holds configuration values for Blackfriday rendering.
|
||||
type Blackfriday struct {
|
||||
Smartypants bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue