From c16c277aaa73b03013bba2f164b9f45d8d63c9b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Thu, 2 Jan 2025 22:41:25 +0100 Subject: [PATCH] docs: honing #981 --- exampleSite/content/introduction/upgrade/_index.en.md | 4 ++-- layouts/partials/version.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/exampleSite/content/introduction/upgrade/_index.en.md b/exampleSite/content/introduction/upgrade/_index.en.md index 44a461a3b7..b91ff326f6 100644 --- a/exampleSite/content/introduction/upgrade/_index.en.md +++ b/exampleSite/content/introduction/upgrade/_index.en.md @@ -43,7 +43,7 @@ Remove the old version of the theme by removing the `themes/hugo-theme-relearn` Download the .zip archive of a certain version of the theme and unzip it into the `themes/hugo-theme-relearn` directory -Eg. to upgrade to version 7.2.1 go to [https://github.com/McShelby/hugo-theme-relearn/releases/tag/7.2.1](https://github.com/McShelby/hugo-theme-relearn/releases/tag/7.2.1) +Eg. to upgrade to version 7.2.1 download from [https://github.com/McShelby/hugo-theme-relearn/releases/tag/7.2.1](https://github.com/McShelby/hugo-theme-relearn/releases/tag/7.2.1) ### Use Hugo's Module System @@ -62,7 +62,7 @@ Upgrade the Relearn theme using [Git](https://git-scm.com/) to a certain version Eg. to upgrade to version 7.2.1 ````shell -git submodule update --depth 1 --force themes/hugo-theme-relearn +git submodule update --depth 1 themes/hugo-theme-relearn git -C themes/hugo-theme-relearn fetch --tags --force git -C themes/hugo-theme-relearn checkout 7.2.1 ```` diff --git a/layouts/partials/version.txt b/layouts/partials/version.txt index 934d66f6c9..dc83b15930 100644 --- a/layouts/partials/version.txt +++ b/layouts/partials/version.txt @@ -1 +1 @@ -7.3.0+dd0597ffa4b211ee2abd7edc2f198cb080f93e1a \ No newline at end of file +7.3.0+4f9b02f2e43556319e73b38edde19e1d262757c1 \ No newline at end of file