diff --git a/content/content/about.md b/content/content/about.md index 1c40a5f..28d7ba0 100644 --- a/content/content/about.md +++ b/content/content/about.md @@ -11,4 +11,4 @@ This is the about page -%RELEASETAG% +`ReleaseTag = %RELEASETAG%` diff --git a/content/hugo.toml b/content/hugo.toml index cbbb72b..8ec6971 100644 --- a/content/hugo.toml +++ b/content/hugo.toml @@ -1,6 +1,6 @@ baseURL = 'https://example.org/' languageCode = 'en-us' -title = 'Minimal Setups {{ getenv "HUGO_RELEASETAG" }}' +title = 'Minimal Setups' theme = "ananke" sectionPagesMenu = "main"