This commit is contained in:
@ -3,13 +3,12 @@ title: "About"
|
||||
menu:
|
||||
main:
|
||||
weight: 1
|
||||
releasetag: '{{ getenv "HUGO_RELEASETAG"}}'
|
||||
---
|
||||
## About
|
||||
|
||||
This is the about page
|
||||
|
||||
{{ .Params.releasetag }}
|
||||
|
||||
|
||||
|
||||
%RELEASETAG%
|
||||
|
@ -1,6 +1,6 @@
|
||||
baseURL = 'https://example.org/'
|
||||
languageCode = 'en-us'
|
||||
title = 'Minimal Setups {{ getenv "HUGO_RELEASETAG }}'
|
||||
title = 'Minimal Setups {{ getenv "HUGO_RELEASETAG" }}'
|
||||
theme = "ananke"
|
||||
sectionPagesMenu = "main"
|
||||
|
||||
|
Reference in New Issue
Block a user