From 2c83e4dd2b3e802d959078eb0e34c9410117bd86 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Mon, 13 Jan 2025 12:55:22 +0100 Subject: [PATCH] release tagg --- content/content/about.md | 2 +- content/hugo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"