change path
This commit is contained in:
parent
e36eb9e3bd
commit
a90b601133
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -20,7 +20,7 @@ type Package struct {
|
|||
}
|
||||
|
||||
func writePage(w io.Writer, path string, pkg Package) error {
|
||||
t, err := template.ParseFiles("template.html")
|
||||
t, err := template.ParseFiles("layouts/gorepos.html")
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue