mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-22 21:42:50 +02:00
Code reorg, helpers.go has been decomposed.
It started with wanting to move templates in template bundles and the rest followed. I did my best to start grouping related functions together, but there are some that I missed. There is also the method Urlize that seems to be a special function used in both worlds. I'll need to revisit this method.
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
package hugolib
|
||||
|
||||
import (
|
||||
"html/template"
|
||||
"path/filepath"
|
||||
"time"
|
||||
"strings"
|
||||
"testing"
|
||||
"html/template"
|
||||
"time"
|
||||
)
|
||||
|
||||
var EMPTY_PAGE = ""
|
||||
|
Reference in New Issue
Block a user