mirror of
https://github.com/thebaer/tildes.git
synced 2018-07-20 07:15:21 +00:00
Rename tablizer to tildescores
This commit is contained in:
parent
b745d5c627
commit
6c054301c2
@ -318,7 +318,7 @@ func generate(title string, table *Table, outputFile string) {
|
||||
}
|
||||
|
||||
w := bufio.NewWriter(f)
|
||||
template, err := template.New("").Funcs(funcMap).ParseFiles("templates/table.html")
|
||||
template, err := template.New("").Funcs(funcMap).ParseFiles("../templates/scores.html")
|
||||
if err != nil {
|
||||
panic(err)
|
||||
}
|
Loading…
Reference in New Issue
Block a user