Add setting for default format

This commit is contained in:
r 2020-10-19 06:51:23 +00:00
parent ef41ff32e2
commit fdd9b8fd2b
7 changed files with 26 additions and 5 deletions

View file

@ -121,5 +121,6 @@ type SearchData struct {
type SettingsData struct {
*CommonData
Settings *model.Settings
Settings *model.Settings
PostFormats []model.PostFormat
}