From 4f9b02f2e43556319e73b38edde19e1d262757c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Thu, 2 Jan 2025 22:37:02 +0100 Subject: [PATCH] docs: fix typos #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 d002f66a37..44a461a3b7 100644 --- a/exampleSite/content/introduction/upgrade/_index.en.md +++ b/exampleSite/content/introduction/upgrade/_index.en.md @@ -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 upgrade --remote --depth 1 --force themes/hugo-theme-relearn -git -C themes/hugo-theme-relearn fetch --tags +git submodule update --depth 1 --force 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 8b23b8d47c..934d66f6c9 100644 --- a/layouts/partials/version.txt +++ b/layouts/partials/version.txt @@ -1 +1 @@ -7.3.0 \ No newline at end of file +7.3.0+dd0597ffa4b211ee2abd7edc2f198cb080f93e1a \ No newline at end of file