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
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:
@@ -40,14 +40,14 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
tplPagesOpenSourceHero templates.TplName = "pages/open-source-hero"
|
tplPagesOpenSourceHero templates.TplName = "pages/open-source-hero"
|
||||||
tplPagesMinimalistDocs templates.TplName = "pages/minimalist-docs"
|
tplPagesMinimalistDocs templates.TplName = "pages/minimalist-docs"
|
||||||
tplPagesSaasConversion templates.TplName = "pages/saas-conversion"
|
tplPagesSaasConversion templates.TplName = "pages/saas-conversion"
|
||||||
tplPagesBoldMarketing templates.TplName = "pages/bold-marketing"
|
tplPagesBoldMarketing templates.TplName = "pages/bold-marketing"
|
||||||
tplPagesDocumentationFirst templates.TplName = "pages/documentation-first"
|
tplPagesDocumentationFirst templates.TplName = "pages/documentation-first"
|
||||||
tplPagesDeveloperTool templates.TplName = "pages/developer-tool"
|
tplPagesDeveloperTool templates.TplName = "pages/developer-tool"
|
||||||
tplPagesVisualShowcase templates.TplName = "pages/visual-showcase"
|
tplPagesVisualShowcase templates.TplName = "pages/visual-showcase"
|
||||||
tplPagesCLITerminal templates.TplName = "pages/cli-terminal"
|
tplPagesCLITerminal templates.TplName = "pages/cli-terminal"
|
||||||
tplPagesArchitectureDeepDive templates.TplName = "pages/architecture-deep-dive"
|
tplPagesArchitectureDeepDive templates.TplName = "pages/architecture-deep-dive"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user