Skip to content

Commit

Permalink
Update template.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiloutre committed Sep 8, 2017
1 parent c773476 commit a2b943a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion templates/template.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ func Commonvariables(c *gin.Context) jet.VarMap {
variables.Set("T", publicSettings.GetTfuncFromRequest(c))
variables.Set("Theme", publicSettings.GetThemeFromRequest(c))
variables.Set("AltColors", publicSettings.GetAltColorsFromRequest(c))
variables.Set("HideAds", publicSettings.GetAdsEnabledFromRequest(c))
variables.Set("Mascot", publicSettings.GetMascotFromRequest(c))
variables.Set("MascotURL", publicSettings.GetMascotURLFromRequest(c))
variables.Set("User", user)
Expand Down

0 comments on commit a2b943a

Please sign in to comment.