Use <base> element to set target

This commit is contained in:
r 2020-02-23 13:26:39 +00:00
parent dd23ac4867
commit e9f5e0cab5
7 changed files with 40 additions and 34 deletions

View file

@ -25,6 +25,7 @@ type CommonData struct {
CustomCSS string
CSRFToken string
AutoRefresh bool
Target string
}
type ErrorData struct {