Add go-pd to apps page

This commit is contained in:
2022-06-07 16:31:05 +02:00
parent 6bed9e9374
commit e30f35ea36
2 changed files with 17 additions and 6 deletions

View File

@@ -306,12 +306,6 @@ func BackgroundTiles() template.URL {
}
return template.URL("/res/img/background_patterns/" + file + "_transparent.png")
// var buf = bytes.Buffer{}
// if err := tpl.ExecuteTemplate(&buf, file+"_transparent.png", nil); err != nil {
// panic(err)
// }
// return template.URL(buf.String())
}
// Following are all the available styles