new styling for frontpage, update login and authorize templates

This commit is contained in:
f0x 2021-06-19 00:12:13 +02:00
commit bcf9fe41c2
18 changed files with 873 additions and 60 deletions

View file

@ -22,4 +22,6 @@ package config
type TemplateConfig struct {
// Directory from which gotosocial will attempt to load html templates (.tmpl files).
BaseDir string `yaml:"baseDir"`
// Directory from which static files are served
AssetBaseDir string `yaml:"assetDir"`
}