Update min hugo version to 0.82.0

- for Google Analytics v4 support template
This commit is contained in:
Aditya Telange 2021-03-31 09:45:33 +05:30
parent 55fe10e9d3
commit 23610de4a0
2 changed files with 6 additions and 6 deletions

View file

@ -11,7 +11,7 @@ assignees: ''
## READ BEFORE OPENING ISSUES ## READ BEFORE OPENING ISSUES
Please fill the template below Please fill the template below
- **DO NOT** ask for instructions. - **DO NOT** ask for instructions.
- Use Discussions section if you need help - Use Discussions section if you need help
- See project wiki https://github.com/adityatelange/hugo-PaperMod/wiki - See project wiki https://github.com/adityatelange/hugo-PaperMod/wiki
@ -25,12 +25,12 @@ Please fill the template below
- Device/Os: [e.g. Android 10] - Device/Os: [e.g. Android 10]
- Type: [e.g. Desktop/Mobile] - Type: [e.g. Desktop/Mobile]
- Browser and version [e.g. Chrome 86.0]: - Browser and version [e.g. Chrome 86.0]:
- Hugo Version [ >=0.74 expected]: - Hugo Version [ >=0.82.0 expected]:
- Theme Version [e.g. v4.0, master, or commit-id ]: - Theme Version [e.g. v4.0, master, or commit-id ]:
**Steps to reproduce the behavior:** **Steps to reproduce the behavior:**
<!-- <!--
1. Go to '...' 1. Go to '...'
2. Click on '....' 2. Click on '....'
3. Scroll down to '....' 3. Scroll down to '....'

View file

@ -37,7 +37,7 @@ features = [
"scroll-to-top", "scroll-to-top",
"search" "search"
] ]
min_version = "0.74.0" min_version = "0.82.0"
[author] [author]
name = "Aditya Telange" name = "Aditya Telange"