From 847ff12ebbcc6650cad29c3a41b38a2c6b4cdfdb Mon Sep 17 00:00:00 2001 From: Aditya Telange <21258296+adityatelange@users.noreply.github.com> Date: Sun, 12 Feb 2023 12:32:38 +0530 Subject: [PATCH] Release 7.0 --- Installation.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Installation.md b/Installation.md index 712f9e8..5f0edec 100644 --- a/Installation.md +++ b/Installation.md @@ -38,7 +38,7 @@ Inside the folder of your Hugo site, run: git clone https://github.com/adityatelange/hugo-PaperMod themes/PaperMod --depth=1 ``` -**Note**: You may use ` --branch v5.0` to end of above command if you want to stick to specific release. +**Note**: You may use ` --branch v7.0` to end of above command if you want to stick to specific release. > Updating theme : > @@ -56,7 +56,7 @@ git submodule add --depth=1 https://github.com/adityatelange/hugo-PaperMod.git t git submodule update --init --recursive # needed when you reclone your repo (submodules may not get cloned automatically) ``` -**Note**: You may use ` --branch v5.0` to end of above command if you want to stick to specific release. +**Note**: You may use ` --branch v7.0` to end of above command if you want to stick to specific release. > Updating theme : > @@ -71,6 +71,7 @@ Or you can Download as Zip from Github Page and extract in your themes directory Direct Links: - [Master Branch (Latest)](https://github.com/adityatelange/hugo-PaperMod/archive/master.zip) +- [v7.0](https://github.com/adityatelange/hugo-PaperMod/archive/v7.0.zip) - [v6.0](https://github.com/adityatelange/hugo-PaperMod/archive/v6.0.zip) - [v5.0](https://github.com/adityatelange/hugo-PaperMod/archive/v5.0.zip) - [v4.0](https://github.com/adityatelange/hugo-PaperMod/archive/v4.0.zip)