File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 8181 StaticCacheTime time.Duration
8282 EnableGzip bool
8383 LandingPageURL LandingPage
84- LandingPageCustom string
8584 UnixSocketPermission uint32
8685 EnablePprof bool
8786 PprofDataPath string
@@ -103,7 +102,6 @@ var (
103102 StaticURLPrefix string
104103 AbsoluteAssetURL string
105104
106- HasRobotsTxt bool
107105 ManifestData string
108106)
109107
Original file line number Diff line number Diff line change @@ -47,8 +47,6 @@ func GetContextData(c context.Context) ContextData {
4747
4848func CommonTemplateContextData () ContextData {
4949 return ContextData {
50- "IsLandingPageHome" : setting .LandingPageURL == setting .LandingPageHome ,
51- "IsLandingPageExplore" : setting .LandingPageURL == setting .LandingPageExplore ,
5250 "IsLandingPageOrganizations" : setting .LandingPageURL == setting .LandingPageOrganizations ,
5351
5452 "ShowRegistrationButton" : setting .Service .ShowRegistrationButton ,
You can’t perform that action at this time.
0 commit comments