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:
Noah Campbell
2013-09-03 15:38:20 -07:00
parent 207d8fb7af
commit 79d9f82e79
15 changed files with 406 additions and 402 deletions

View File

@@ -3,9 +3,9 @@ package hugolib
import (
"bytes"
"fmt"
"html/template"
"strings"
"testing"
"html/template"
)
var TEMPLATE_TITLE = "{{ .Title }}"