2
0

style(pages): align template constant declarations
Some checks failed
Build and Release / Create Release (push) Successful in 0s
Build and Release / Integration Tests (PostgreSQL) (push) Successful in 4m2s
Build and Release / Unit Tests (push) Successful in 4m37s
Build and Release / Lint (push) Successful in 6m33s
Build and Release / Build Binaries (arm64, darwin, macos) (push) Failing after 0s
Build and Release / Build Binaries (amd64, linux, linux-latest) (push) Successful in 4m51s
Build and Release / Build Binaries (amd64, windows, windows-latest) (push) Successful in 9h5m30s
Build and Release / Build Binaries (amd64, darwin, macos) (push) Successful in 7m21s
Build and Release / Build Binary (linux/arm64) (push) Successful in 9m0s

This commit is contained in:
2026-03-16 23:22:18 -04:00
parent cdf47b5ecd
commit 66ce2b1d70

View File

@@ -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"
)