mirror of
https://github.com/thebaer/tildes.git
synced 2018-07-20 07:15:21 +00:00
Move code tool to sub directory
This commit is contained in:
parent
b559a01fd6
commit
5340a5f2c8
@ -151,7 +151,7 @@ func generate(users map[string]User, outputFile string) {
|
||||
}
|
||||
|
||||
w := bufio.NewWriter(f)
|
||||
template, err := template.New("").Funcs(funcMap).ParseFiles("templates/code.html")
|
||||
template, err := template.New("").Funcs(funcMap).ParseFiles("../templates/code.html")
|
||||
if err != nil {
|
||||
panic(err)
|
||||
}
|
Loading…
Reference in New Issue
Block a user