File tree 2 files changed +0
-4
lines changed 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 81
81
StaticCacheTime time.Duration
82
82
EnableGzip bool
83
83
LandingPageURL LandingPage
84
- LandingPageCustom string
85
84
UnixSocketPermission uint32
86
85
EnablePprof bool
87
86
PprofDataPath string
@@ -103,7 +102,6 @@ var (
103
102
StaticURLPrefix string
104
103
AbsoluteAssetURL string
105
104
106
- HasRobotsTxt bool
107
105
ManifestData string
108
106
)
109
107
Original file line number Diff line number Diff line change @@ -47,8 +47,6 @@ func GetContextData(c context.Context) ContextData {
47
47
48
48
func CommonTemplateContextData () ContextData {
49
49
return ContextData {
50
- "IsLandingPageHome" : setting .LandingPageURL == setting .LandingPageHome ,
51
- "IsLandingPageExplore" : setting .LandingPageURL == setting .LandingPageExplore ,
52
50
"IsLandingPageOrganizations" : setting .LandingPageURL == setting .LandingPageOrganizations ,
53
51
54
52
"ShowRegistrationButton" : setting .Service .ShowRegistrationButton ,
You can’t perform that action at this time.
0 commit comments