mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-29 22:29:56 +02:00
tpl/internal/go_templates: Revert formatting
Should make future fork synch easier.
This commit is contained in:
@@ -210,10 +210,8 @@ var cssReplacementTable = []string{
|
||||
'}': `\7d`,
|
||||
}
|
||||
|
||||
var (
|
||||
expressionBytes = []byte("expression")
|
||||
mozBindingBytes = []byte("mozbinding")
|
||||
)
|
||||
var expressionBytes = []byte("expression")
|
||||
var mozBindingBytes = []byte("mozbinding")
|
||||
|
||||
// cssValueFilter allows innocuous CSS values in the output including CSS
|
||||
// quantities (10px or 25%), ID or class literals (#foo, .bar), keyword values
|
||||
|
Reference in New Issue
Block a user