diff options
author | FChannel0 <77419041+FChannel0@users.noreply.github.com> | 2021-08-20 23:25:47 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-20 23:25:47 -0700 |
commit | cc4165f07a406cdd89e6a3864cac6a367f281513 (patch) | |
tree | 6b8959d49acdb95f57dd10717e729a98e252471f /client.go | |
parent | 502558e0bdaf67ca4c012fc1983f42430b8854cd (diff) | |
parent | 8d28fd2ad688051fe06813026d82661b76617602 (diff) |
Merge pull request #54 from KushBlazingJudah/development
themes fixup
Diffstat (limited to 'client.go')
-rw-r--r-- | client.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -156,7 +156,7 @@ func IndexGet(w http.ResponseWriter, r *http.Request, db *sql.DB) { func NewsGet(w http.ResponseWriter, r *http.Request, db *sql.DB, timestamp int) { t := template.Must(template.New("").Funcs(template.FuncMap{ - "sub": mod, + "sub": sub, "unixtoreadable": unixToReadable}).ParseFiles("./static/main.html", "./static/news.html")) actor := GetActorFromDB(db, Domain) |