Add redirect members to Molly File struct. Should have been part of an earlier commit!
This commit is contained in:
parent
35f58f50e7
commit
702cc73a63
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,8 @@ type Config struct {
|
|||
|
||||
type MollyFile struct {
|
||||
GeminiExt string
|
||||
TempRedirects map[string]string
|
||||
PermRedirects map[string]string
|
||||
MimeOverrides map[string]string
|
||||
DefaultLang string
|
||||
DirectorySort string
|
||||
|
|
Loading…
Reference in a new issue