Skip to content

Commit fdf62fb

Browse files
committed
Fix path to event content templates
Signed-off-by: Matt Stratton <[email protected]>
1 parent 53218a3 commit fdf62fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

event/make_event_files.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ func createEventContentFile(city, year, page string) (string, error) {
2525
if err != nil {
2626
log.Fatal(err)
2727
}
28-
templateName := "events/" + page + ".md.tmpl"
28+
templateName := page + ".md.tmpl"
2929
// templateName := "index.md.tmpl"
3030
// get file contents as string
3131
templateString, err := templateBox.String(templateName)

0 commit comments

Comments
 (0)