projects
/
brevno-suite
/
hugo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
077d726
)
Rename ignoreDotFile to isDotFile (which is what it is)
author
bep
<bjorn.erik.pedersen@gmail.com>
Tue, 20 Jan 2015 12:21:50 +0000
(13:21 +0100)
committer
bep
<bjorn.erik.pedersen@gmail.com>
Tue, 20 Jan 2015 12:21:50 +0000
(13:21 +0100)
tpl/template.go
patch
|
blob
|
history
diff --git
a/tpl/template.go
b/tpl/template.go
index ac203af8902b2a08521ead3960da647b7fe3f773..84a3fd146278e593c1813ffb6643be2d8d5a0514 100644
(file)
--- a/
tpl/template.go
+++ b/
tpl/template.go
@@
-1198,7
+1198,7
@@
func (t *GoHtmlTemplate) GenerateTemplateNameFrom(base, path string) string {
return filepath.ToSlash(name)
}
-func i
gnore
DotFile(path string) bool {
+func i
s
DotFile(path string) bool {
return filepath.Base(path)[0] == '.'
}
@@
-1214,7
+1214,7
@@
func (t *GoHtmlTemplate) loadTemplates(absPath string, prefix string) {
}
if !fi.IsDir() {
- if i
gnore
DotFile(path) {
+ if i
s
DotFile(path) {
return nil
}