diff --git a/routers/web/pages/pages.go b/routers/web/pages/pages.go index 09280312ea..8ac6dd1d01 100644 --- a/routers/web/pages/pages.go +++ b/routers/web/pages/pages.go @@ -40,14 +40,14 @@ import ( ) const ( - tplPagesOpenSourceHero templates.TplName = "pages/open-source-hero" - tplPagesMinimalistDocs templates.TplName = "pages/minimalist-docs" - tplPagesSaasConversion templates.TplName = "pages/saas-conversion" - tplPagesBoldMarketing templates.TplName = "pages/bold-marketing" - tplPagesDocumentationFirst templates.TplName = "pages/documentation-first" - tplPagesDeveloperTool templates.TplName = "pages/developer-tool" - tplPagesVisualShowcase templates.TplName = "pages/visual-showcase" - tplPagesCLITerminal templates.TplName = "pages/cli-terminal" + tplPagesOpenSourceHero templates.TplName = "pages/open-source-hero" + tplPagesMinimalistDocs templates.TplName = "pages/minimalist-docs" + tplPagesSaasConversion templates.TplName = "pages/saas-conversion" + tplPagesBoldMarketing templates.TplName = "pages/bold-marketing" + tplPagesDocumentationFirst templates.TplName = "pages/documentation-first" + tplPagesDeveloperTool templates.TplName = "pages/developer-tool" + tplPagesVisualShowcase templates.TplName = "pages/visual-showcase" + tplPagesCLITerminal templates.TplName = "pages/cli-terminal" tplPagesArchitectureDeepDive templates.TplName = "pages/architecture-deep-dive" )