tmpl migration: profile.html

This commit is contained in:
fiatjaf
2023-10-21 11:46:36 -03:00
parent 8cd313572f
commit 901b2b5d62
6 changed files with 149 additions and 104 deletions

View File

@@ -70,7 +70,6 @@ func main() {
// initialize templates
// use a mapping to expressly link the templates and share them between more kinds/types
templateMapping = map[string]string{
"profile": "profile.html",
"profile_sitemap": "sitemap.xml",
"relay": "relay.html",
"relay_sitemap": "sitemap.xml",