diff --git a/.grenrc.js b/.grenrc.js index 0a28906ad0..81ffdcff18 100644 --- a/.grenrc.js +++ b/.grenrc.js @@ -45,6 +45,6 @@ module.exports = { onlyMilestones: true, template: { group: "\n### {{heading}}\n", - release: ({ body, date, release }) => `## ${release} (` + date.replace( /(\d+)\/(\d+)\/(\d+)/, '$3-$2-$1' ) + `)\n\n[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/` + release.replace( /(\d+)\.(\d+)\.(\d+)/, '$1' ) + `.x/#` + release.replace( /(\d+)\.(\d+)\.(\d+)/, '$1$2' ) + `0)\n${body}`, + release: ({ body, date, release }) => `## ${release} (` + date.replace( /(\d+)\/(\d+)\/(\d+)/, '$3-$2-$1' ) + `)\n\n[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/` + release.replace( /(\d+)\.(\d+)\.(\d+)/, '$1' ) + `/#` + release.replace( /(\d+)\.(\d+)\.(\d+)/, '$1-$2-0' ) + `)\n${body}`, }, }; diff --git a/CHANGELOG.md b/CHANGELOG.md index f815f27a73..e798c710f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ ## 6.4.0 (2024-09-12) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/6/#640) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/6/#6-4-0) ### Enhancements @@ -34,7 +34,7 @@ ## 6.3.0 (2024-09-03) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/6/#630) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/6/#6-3-0) ### Enhancements @@ -57,7 +57,7 @@ ## 6.2.0 (2024-08-26) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/6/#620) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/6/#6-2-0) ### Enhancements @@ -76,7 +76,7 @@ ## 6.1.1 (2024-08-02) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/6/#610) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/6/#6-1-0) ### Fixes @@ -86,7 +86,7 @@ ## 6.1.0 (2024-08-02) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/6/#610) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/6/#6-1-0) ### Enhancements @@ -120,7 +120,7 @@ ## 6.0.0 (2024-04-27) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/6/#600) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/6/#6-0-0) ### Enhancements @@ -150,7 +150,7 @@ ## 5.27.0 (2024-04-07) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5270) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-27-0) ### Enhancements @@ -171,7 +171,7 @@ ## 5.26.2 (2024-03-18) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5260) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-26-0) ### Enhancements @@ -186,7 +186,7 @@ ## 5.26.1 (2024-03-17) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5260) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-26-0) ### Fixes @@ -198,7 +198,7 @@ ## 5.26.0 (2024-03-16) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5260) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-26-0) ### Enhancements @@ -221,7 +221,7 @@ ## 5.25.0 (2024-02-29) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5250) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-25-0) ### Enhancements @@ -236,7 +236,7 @@ ## 5.24.3 (2024-02-28) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5240) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-24-0) ### Fixes @@ -246,7 +246,7 @@ ## 5.24.2 (2024-02-24) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5240) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-24-0) ### Enhancements @@ -260,7 +260,7 @@ ## 5.24.1 (2024-02-18) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5240) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-24-0) ### Enhancements @@ -270,7 +270,7 @@ ## 5.24.0 (2024-02-17) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5240) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-24-0) ### Enhancements @@ -310,7 +310,7 @@ ## 5.23.2 (2023-11-03) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5230) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-23-0) ### Enhancements @@ -325,7 +325,7 @@ ## 5.23.1 (2023-10-30) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5230) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-23-0) ### Enhancements @@ -340,7 +340,7 @@ ## 5.23.0 (2023-10-29) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5230) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-23-0) ### Enhancements @@ -377,7 +377,7 @@ ## 5.22.1 (2023-10-02) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5220) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-22-0) ### Enhancements @@ -400,7 +400,7 @@ ## 5.22.0 (2023-09-26) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5220) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-22-0) ### Enhancements @@ -421,7 +421,7 @@ ## 5.21.0 (2023-09-18) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5210) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-21-0) ### Enhancements @@ -442,7 +442,7 @@ ## 5.20.0 (2023-08-26) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5200) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-20-0) ### Enhancements @@ -467,7 +467,7 @@ ## 5.19.0 (2023-08-12) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5190) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-19-0) ### Enhancements @@ -492,7 +492,7 @@ ## 5.18.0 (2023-07-27) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5180) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-18-0) ### Enhancements @@ -516,7 +516,7 @@ ## 5.17.1 (2023-06-22) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5170) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-17-0) ### Enhancements @@ -526,7 +526,7 @@ ## 5.17.0 (2023-06-22) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5170) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-17-0) ### Enhancements @@ -542,7 +542,7 @@ ## 5.16.2 (2023-06-10) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5160) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-16-0) ### Enhancements @@ -552,7 +552,7 @@ ## 5.16.1 (2023-06-09) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5160) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-16-0) ### Enhancements @@ -567,7 +567,7 @@ ## 5.16.0 (2023-06-08) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5160) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-16-0) ### Enhancements @@ -587,7 +587,7 @@ ## 5.15.2 (2023-05-29) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5150) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-15-0) ### Enhancements @@ -601,7 +601,7 @@ ## 5.15.1 (2023-05-25) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5150) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-15-0) ### Fixes @@ -611,7 +611,7 @@ ## 5.15.0 (2023-05-25) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5150) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-15-0) ### Enhancements @@ -633,7 +633,7 @@ ## 5.14.3 (2023-05-20) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5140) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-14-0) ### Fixes @@ -643,7 +643,7 @@ ## 5.14.2 (2023-05-20) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5140) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-14-0) ### Fixes @@ -653,14 +653,14 @@ ## 5.14.1 (2023-05-20) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5140) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-14-0) *No changelog for this release.* --- ## 5.14.0 (2023-05-19) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5140) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-14-0) ### Enhancements @@ -679,7 +679,7 @@ ## 5.13.2 (2023-05-17) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5130) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-13-0) ### Fixes @@ -689,7 +689,7 @@ ## 5.13.1 (2023-05-16) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5130) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-13-0) ### Fixes @@ -699,7 +699,7 @@ ## 5.13.0 (2023-05-14) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5130) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-13-0) ### Enhancements @@ -713,7 +713,7 @@ ## 5.12.6 (2023-05-04) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5120) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-12-0) ### Enhancements @@ -729,7 +729,7 @@ ## 5.12.5 (2023-03-28) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5120) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-12-0) ### Fixes @@ -739,7 +739,7 @@ ## 5.12.4 (2023-03-24) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5120) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-12-0) ### Fixes @@ -749,7 +749,7 @@ ## 5.12.3 (2023-03-14) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5120) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-12-0) ### Fixes @@ -760,7 +760,7 @@ ## 5.12.2 (2023-03-03) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5120) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-12-0) ### Fixes @@ -770,7 +770,7 @@ ## 5.12.1 (2023-02-26) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5120) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-12-0) ### Enhancements @@ -784,7 +784,7 @@ ## 5.12.0 (2023-02-24) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5120) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-12-0) ### Enhancements @@ -811,7 +811,7 @@ ## 5.11.2 (2023-02-07) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5110) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-11-0) ### Fixes @@ -821,7 +821,7 @@ ## 5.11.1 (2023-02-06) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5110) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-11-0) ### Fixes @@ -831,7 +831,7 @@ ## 5.11.0 (2023-02-05) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5110) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-11-0) ### Enhancements @@ -860,7 +860,7 @@ ## 5.10.2 (2023-01-25) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5100) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-10-0) ### Fixes @@ -870,7 +870,7 @@ ## 5.10.1 (2023-01-25) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5100) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-10-0) ### Fixes @@ -880,7 +880,7 @@ ## 5.10.0 (2023-01-25) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5100) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-10-0) ### Enhancements @@ -897,7 +897,7 @@ ## 5.9.4 (2023-01-23) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#590) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-9-0) ### Fixes @@ -907,7 +907,7 @@ ## 5.9.3 (2023-01-22) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#590) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-9-0) ### Fixes @@ -922,7 +922,7 @@ ## 5.9.2 (2022-12-30) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#590) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-9-0) ### Fixes @@ -932,7 +932,7 @@ ## 5.9.1 (2022-12-23) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#590) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-9-0) ### Enhancements @@ -942,7 +942,7 @@ ## 5.9.0 (2022-12-23) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#590) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-9-0) ### Enhancements @@ -957,7 +957,7 @@ ## 5.8.1 (2022-12-11) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#580) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-8-0) ### Fixes @@ -967,7 +967,7 @@ ## 5.8.0 (2022-12-08) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#580) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-8-0) ### Enhancements @@ -984,7 +984,7 @@ ## 5.7.0 (2022-11-29) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#570) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-7-0) ### Enhancements @@ -1004,7 +1004,7 @@ ## 5.6.6 (2022-11-23) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#560) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-6-0) ### Enhancements @@ -1019,7 +1019,7 @@ ## 5.6.5 (2022-11-19) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#560) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-6-0) ### Fixes @@ -1029,7 +1029,7 @@ ## 5.6.4 (2022-11-19) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#560) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-6-0) ### Fixes @@ -1039,7 +1039,7 @@ ## 5.6.3 (2022-11-19) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#560) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-6-0) ### Fixes @@ -1049,7 +1049,7 @@ ## 5.6.2 (2022-11-19) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#560) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-6-0) ### Fixes @@ -1059,7 +1059,7 @@ ## 5.6.1 (2022-11-19) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#560) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-6-0) ### Fixes @@ -1069,7 +1069,7 @@ ## 5.6.0 (2022-11-18) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#560) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-6-0) ### Enhancements @@ -1097,7 +1097,7 @@ ## 5.5.3 (2022-11-10) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#550) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-5-0) ### Fixes @@ -1107,7 +1107,7 @@ ## 5.5.2 (2022-11-08) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#550) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-5-0) ### Fixes @@ -1118,7 +1118,7 @@ ## 5.5.1 (2022-11-07) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#550) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-5-0) ### Fixes @@ -1128,7 +1128,7 @@ ## 5.5.0 (2022-11-06) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#550) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-5-0) ### Enhancements @@ -1143,7 +1143,7 @@ ## 5.4.3 (2022-11-05) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#540) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-4-0) ### Enhancements @@ -1157,7 +1157,7 @@ ## 5.4.2 (2022-11-05) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#540) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-4-0) ### Maintenance @@ -1167,7 +1167,7 @@ ## 5.4.1 (2022-11-05) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#540) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-4-0) ### Fixes @@ -1177,7 +1177,7 @@ ## 5.4.0 (2022-11-01) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#540) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-4-0) ### Enhancements @@ -1192,7 +1192,7 @@ ## 5.3.3 (2022-10-09) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#530) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-3-0) ### Fixes @@ -1202,7 +1202,7 @@ ## 5.3.2 (2022-10-08) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#530) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-3-0) ### Fixes @@ -1212,7 +1212,7 @@ ## 5.3.1 (2022-10-08) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#530) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-3-0) ### Enhancements @@ -1223,7 +1223,7 @@ ## 5.3.0 (2022-10-07) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#530) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-3-0) ### Enhancements @@ -1243,7 +1243,7 @@ ## 5.2.4 (2022-10-02) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#520) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-2-0) ### Fixes @@ -1253,7 +1253,7 @@ ## 5.2.3 (2022-09-12) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#520) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-2-0) ### Fixes @@ -1263,7 +1263,7 @@ ## 5.2.2 (2022-08-23) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#520) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-2-0) ### Fixes @@ -1273,7 +1273,7 @@ ## 5.2.1 (2022-08-05) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#520) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-2-0) ### Enhancements @@ -1291,7 +1291,7 @@ ## 5.2.0 (2022-08-03) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#520) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-2-0) ### Enhancements @@ -1306,7 +1306,7 @@ ## 5.1.2 (2022-07-18) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#510) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-1-0) ### Fixes @@ -1317,7 +1317,7 @@ ## 5.1.1 (2022-07-15) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#510) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-1-0) ### Fixes @@ -1327,7 +1327,7 @@ ## 5.1.0 (2022-07-15) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#510) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-1-0) ### Enhancements @@ -1338,7 +1338,7 @@ ## 5.0.3 (2022-07-07) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#500) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-0-0) ### Fixes @@ -1348,7 +1348,7 @@ ## 5.0.2 (2022-07-07) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#500) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-0-0) ### Fixes @@ -1358,7 +1358,7 @@ ## 5.0.1 (2022-07-07) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#500) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-0-0) ### Enhancements @@ -1368,7 +1368,7 @@ ## 5.0.0 (2022-07-05) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#500) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-0-0) ### Enhancements @@ -1401,7 +1401,7 @@ ## 4.2.5 (2022-06-23) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/4/#420) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/4/#4-2-0) ### Fixes @@ -1413,7 +1413,7 @@ ## 4.2.4 (2022-06-23) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/4/#420) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/4/#4-2-0) ### Fixes @@ -1423,7 +1423,7 @@ ## 4.2.3 (2022-06-23) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/4/#420) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/4/#4-2-0) ### Fixes @@ -1433,21 +1433,21 @@ ## 4.2.2 (2022-06-23) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/4/#420) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/4/#4-2-0) *No changelog for this release.* --- ## 4.2.1 (2022-06-23) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/4/#420) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/4/#4-2-0) *No changelog for this release.* --- ## 4.2.0 (2022-06-23) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/4/#420) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/4/#4-2-0) ### Enhancements @@ -1464,7 +1464,7 @@ ## 4.1.1 (2022-06-18) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/4/#410) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/4/#4-1-0) ### Fixes @@ -1474,7 +1474,7 @@ ## 4.1.0 (2022-06-12) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/4/#410) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/4/#4-1-0) ### Enhancements @@ -1484,7 +1484,7 @@ ## 4.0.5 (2022-06-12) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/4/#400) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/4/#4-0-0) ### Fixes @@ -1495,7 +1495,7 @@ ## 4.0.4 (2022-06-07) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/4/#400) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/4/#4-0-0) ### Enhancements @@ -1516,7 +1516,7 @@ ## 4.0.3 (2022-06-05) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/4/#400) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/4/#4-0-0) ### Enhancements @@ -1526,7 +1526,7 @@ ## 4.0.2 (2022-06-05) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/4/#400) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/4/#4-0-0) ### Fixes @@ -1536,14 +1536,14 @@ ## 4.0.1 (2022-06-05) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/4/#400) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/4/#4-0-0) *No changelog for this release.* --- ## 4.0.0 (2022-06-05) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/4/#400) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/4/#4-0-0) ### Enhancements @@ -1570,7 +1570,7 @@ ## 3.4.1 (2022-04-03) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/3/#340) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/3/#3-4-0) ### Fixes @@ -1580,7 +1580,7 @@ ## 3.4.0 (2022-04-03) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/3/#340) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/3/#3-4-0) ### Enhancements @@ -1597,7 +1597,7 @@ ## 3.3.0 (2022-03-28) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/3/#330) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/3/#3-3-0) ### Enhancements @@ -1612,7 +1612,7 @@ ## 3.2.1 (2022-03-25) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/3/#320) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/3/#3-2-0) ### Fixes @@ -1624,7 +1624,7 @@ ## 3.2.0 (2022-03-19) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/3/#320) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/3/#3-2-0) ### Enhancements @@ -1639,7 +1639,7 @@ ## 3.1.1 (2022-03-16) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/3/#310) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/3/#3-1-0) ### Enhancements @@ -1649,7 +1649,7 @@ ## 3.1.0 (2022-03-15) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/3/#310) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/3/#3-1-0) ### Enhancements @@ -1666,7 +1666,7 @@ ## 3.0.4 (2022-02-24) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/3/#300) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/3/#3-0-0) ### Enhancements @@ -1685,7 +1685,7 @@ ## 3.0.3 (2022-02-23) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/3/#300) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/3/#3-0-0) ### Enhancements @@ -1701,7 +1701,7 @@ ## 3.0.2 (2022-02-23) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/3/#300) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/3/#3-0-0) ### Enhancements @@ -1711,7 +1711,7 @@ ## 3.0.1 (2022-02-23) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/3/#300) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/3/#3-0-0) ### Enhancements @@ -1725,7 +1725,7 @@ ## 3.0.0 (2022-02-22) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/3/#300) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/3/#3-0-0) ### Enhancements @@ -1751,7 +1751,7 @@ ## 2.9.6 (2022-02-07) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#290) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#2-9-0) ### Fixes @@ -1761,7 +1761,7 @@ ## 2.9.5 (2022-02-07) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#290) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#2-9-0) ### Fixes @@ -1771,7 +1771,7 @@ ## 2.9.4 (2022-02-06) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#290) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#2-9-0) ### Fixes @@ -1781,7 +1781,7 @@ ## 2.9.3 (2022-02-06) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#290) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#2-9-0) ### Fixes @@ -1791,7 +1791,7 @@ ## 2.9.2 (2021-11-26) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#290) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#2-9-0) ### Enhancements @@ -1805,7 +1805,7 @@ ## 2.9.1 (2021-11-22) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#290) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#2-9-0) ### Fixes @@ -1815,7 +1815,7 @@ ## 2.9.0 (2021-11-19) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#290) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#2-9-0) ### Fixes @@ -1830,7 +1830,7 @@ ## 2.8.3 (2021-11-09) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#280) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#2-8-0) ### Fixes @@ -1841,7 +1841,7 @@ ## 2.8.2 (2021-11-08) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#280) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#2-8-0) ### Fixes @@ -1851,7 +1851,7 @@ ## 2.8.1 (2021-11-04) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#280) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#2-8-0) ### Fixes @@ -1861,7 +1861,7 @@ ## 2.8.0 (2021-11-03) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#280) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#2-8-0) ### Enhancements @@ -1882,7 +1882,7 @@ ## 2.7.0 (2021-10-24) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#270) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#2-7-0) ### Enhancements @@ -1892,7 +1892,7 @@ ## 2.6.0 (2021-10-21) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#260) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#2-6-0) ### Fixes @@ -1902,7 +1902,7 @@ ## 2.5.1 (2021-10-12) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#250) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#2-5-0) ### Fixes @@ -1912,7 +1912,7 @@ ## 2.5.0 (2021-10-08) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#250) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#2-5-0) ### Enhancements @@ -1927,7 +1927,7 @@ ## 2.4.1 (2021-10-07) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#240) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#2-4-0) ### Fixes @@ -1937,7 +1937,7 @@ ## 2.4.0 (2021-10-07) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#240) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#2-4-0) ### Enhancements @@ -1964,7 +1964,7 @@ ## 2.3.2 (2021-09-20) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#230) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#2-3-0) ### Fixes @@ -1974,7 +1974,7 @@ ## 2.3.1 (2021-09-20) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#230) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#2-3-0) ### Fixes @@ -1984,7 +1984,7 @@ ## 2.3.0 (2021-09-13) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#230) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#2-3-0) ### Fixes @@ -1999,7 +1999,7 @@ ## 2.2.0 (2021-09-09) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#220) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#2-2-0) ### Enhancements @@ -2017,7 +2017,7 @@ ## 2.1.0 (2021-09-07) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#210) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#2-1-0) ### Enhancements @@ -2037,7 +2037,7 @@ ## 2.0.0 (2021-08-28) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#200) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/2/#2-0-0) ### Enhancements @@ -2072,7 +2072,7 @@ ## 1.2.0 (2021-07-26) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/1/#120) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/1/#1-2-0) ### Enhancements @@ -2101,7 +2101,7 @@ ## 1.1.1 (2021-07-04) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/1/#110) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/1/#1-1-0) ### Maintenance @@ -2111,7 +2111,7 @@ ## 1.1.0 (2021-07-02) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/1/#110) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/1/#1-1-0) ### Enhancements @@ -2133,7 +2133,7 @@ ## 1.0.1 (2021-07-01) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/1/#100) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/1/#1-0-0) ### Maintenance @@ -2143,7 +2143,7 @@ ## 1.0.0 (2021-07-01) -[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/1/#100) +[★ What's new in this version ★](https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/1/#1-0-0) ### Maintenance diff --git a/exampleSite/content/basics/releasenotes/1/0.en.md b/exampleSite/content/basics/releasenotes/1/0.en.md index bd0cc29ce5..98586066fc 100644 --- a/exampleSite/content/basics/releasenotes/1/0.en.md +++ b/exampleSite/content/basics/releasenotes/1/0.en.md @@ -6,7 +6,7 @@ type = "releasenotes" weight = -0 +++ -## 1.0.0 (2021-07-01) {#100} +## 1.0.0 (2021-07-01) {#1-0-0} ### Hugo 0.65.0 diff --git a/exampleSite/content/basics/releasenotes/1/1.en.md b/exampleSite/content/basics/releasenotes/1/1.en.md index 736c384e05..c72607f975 100644 --- a/exampleSite/content/basics/releasenotes/1/1.en.md +++ b/exampleSite/content/basics/releasenotes/1/1.en.md @@ -6,7 +6,7 @@ type = "releasenotes" weight = -1 +++ -## 1.1.0 (2021-07-02) {#110} +## 1.1.0 (2021-07-02) {#1-1-0} ### Breaking diff --git a/exampleSite/content/basics/releasenotes/1/2.en.md b/exampleSite/content/basics/releasenotes/1/2.en.md index 1e31726f4b..c15ccf735e 100644 --- a/exampleSite/content/basics/releasenotes/1/2.en.md +++ b/exampleSite/content/basics/releasenotes/1/2.en.md @@ -6,7 +6,7 @@ type = "releasenotes" weight = -2 +++ -## 1.2.0 (2021-07-26) {#120} +## 1.2.0 (2021-07-26) {#1-2-0} ### New diff --git a/exampleSite/content/basics/releasenotes/2/0.en.md b/exampleSite/content/basics/releasenotes/2/0.en.md index d216f73356..f7165787e7 100644 --- a/exampleSite/content/basics/releasenotes/2/0.en.md +++ b/exampleSite/content/basics/releasenotes/2/0.en.md @@ -6,7 +6,7 @@ type = "releasenotes" weight = -0 +++ -## 2.0.0 (2021-08-28) {#200} +## 2.0.0 (2021-08-28) {#2-0-0} ### Change diff --git a/exampleSite/content/basics/releasenotes/2/1.en.md b/exampleSite/content/basics/releasenotes/2/1.en.md index d235d80149..5a823f775c 100644 --- a/exampleSite/content/basics/releasenotes/2/1.en.md +++ b/exampleSite/content/basics/releasenotes/2/1.en.md @@ -6,7 +6,7 @@ type = "releasenotes" weight = -1 +++ -## 2.1.0 (2021-09-07) {#210} +## 2.1.0 (2021-09-07) {#2-1-0} ### Hugo 0.69.0 diff --git a/exampleSite/content/basics/releasenotes/2/2.en.md b/exampleSite/content/basics/releasenotes/2/2.en.md index b1e24c85a4..5ae0b43b31 100644 --- a/exampleSite/content/basics/releasenotes/2/2.en.md +++ b/exampleSite/content/basics/releasenotes/2/2.en.md @@ -6,7 +6,7 @@ type = "releasenotes" weight = -2 +++ -## 2.2.0 (2021-09-09) {#220} +## 2.2.0 (2021-09-09) {#2-2-0} ### New diff --git a/exampleSite/content/basics/releasenotes/2/3.en.md b/exampleSite/content/basics/releasenotes/2/3.en.md index 7f1f4d4bf3..26da18281a 100644 --- a/exampleSite/content/basics/releasenotes/2/3.en.md +++ b/exampleSite/content/basics/releasenotes/2/3.en.md @@ -6,7 +6,7 @@ type = "releasenotes" weight = -3 +++ -## 2.3.0 (2021-09-13) {#230} +## 2.3.0 (2021-09-13) {#2-3-0} ### Hugo 0.81.0 diff --git a/exampleSite/content/basics/releasenotes/2/4.en.md b/exampleSite/content/basics/releasenotes/2/4.en.md index 487f7df14d..d71e90bd06 100644 --- a/exampleSite/content/basics/releasenotes/2/4.en.md +++ b/exampleSite/content/basics/releasenotes/2/4.en.md @@ -6,7 +6,7 @@ type = "releasenotes" weight = -4 +++ -## 2.4.0 (2021-10-07) {#240} +## 2.4.0 (2021-10-07) {#2-4-0} ### Change diff --git a/exampleSite/content/basics/releasenotes/2/5.en.md b/exampleSite/content/basics/releasenotes/2/5.en.md index 9908abb186..c5e5ceceed 100644 --- a/exampleSite/content/basics/releasenotes/2/5.en.md +++ b/exampleSite/content/basics/releasenotes/2/5.en.md @@ -6,7 +6,7 @@ type = "releasenotes" weight = -5 +++ -## 2.5.0 (2021-10-08) {#250} +## 2.5.0 (2021-10-08) {#2-5-0} ### Change diff --git a/exampleSite/content/basics/releasenotes/2/6.en.md b/exampleSite/content/basics/releasenotes/2/6.en.md index 0f22d317a1..392f2e3054 100644 --- a/exampleSite/content/basics/releasenotes/2/6.en.md +++ b/exampleSite/content/basics/releasenotes/2/6.en.md @@ -6,7 +6,7 @@ type = "releasenotes" weight = -6 +++ -## 2.6.0 (2021-10-21) {#260} +## 2.6.0 (2021-10-21) {#2-6-0} ### New diff --git a/exampleSite/content/basics/releasenotes/2/7.en.md b/exampleSite/content/basics/releasenotes/2/7.en.md index 965332036c..8a4102ad5d 100644 --- a/exampleSite/content/basics/releasenotes/2/7.en.md +++ b/exampleSite/content/basics/releasenotes/2/7.en.md @@ -6,7 +6,7 @@ type = "releasenotes" weight = -7 +++ -## 2.7.0 (2021-10-24) {#270} +## 2.7.0 (2021-10-24) {#2-7-0} ### New diff --git a/exampleSite/content/basics/releasenotes/2/8.en.md b/exampleSite/content/basics/releasenotes/2/8.en.md index 5f8b57fc1b..10917ef209 100644 --- a/exampleSite/content/basics/releasenotes/2/8.en.md +++ b/exampleSite/content/basics/releasenotes/2/8.en.md @@ -6,7 +6,7 @@ type = "releasenotes" weight = -8 +++ -## 2.8.0 (2021-11-03) {#280} +## 2.8.0 (2021-11-03) {#2-8-0} ### Change diff --git a/exampleSite/content/basics/releasenotes/2/9.en.md b/exampleSite/content/basics/releasenotes/2/9.en.md index 80e896d542..f82f4aab15 100644 --- a/exampleSite/content/basics/releasenotes/2/9.en.md +++ b/exampleSite/content/basics/releasenotes/2/9.en.md @@ -6,7 +6,7 @@ type = "releasenotes" weight = -9 +++ -## 2.9.0 (2021-11-19) {#290} +## 2.9.0 (2021-11-19) {#2-9-0} ### Breaking diff --git a/exampleSite/content/basics/releasenotes/3/0.en.md b/exampleSite/content/basics/releasenotes/3/0.en.md index 8e57c8b61c..b87f7528ae 100644 --- a/exampleSite/content/basics/releasenotes/3/0.en.md +++ b/exampleSite/content/basics/releasenotes/3/0.en.md @@ -6,7 +6,7 @@ type = "releasenotes" weight = -0 +++ -## 3.0.0 (2022-02-22) {#300} +## 3.0.0 (2022-02-22) {#3-0-0} ### Breaking diff --git a/exampleSite/content/basics/releasenotes/3/1.en.md b/exampleSite/content/basics/releasenotes/3/1.en.md index a7cc619427..fe70d96ae5 100644 --- a/exampleSite/content/basics/releasenotes/3/1.en.md +++ b/exampleSite/content/basics/releasenotes/3/1.en.md @@ -6,7 +6,7 @@ type = "releasenotes" weight = -1 +++ -## 3.1.0 (2022-03-15) {#310} +## 3.1.0 (2022-03-15) {#3-1-0} ### New diff --git a/exampleSite/content/basics/releasenotes/3/2.en.md b/exampleSite/content/basics/releasenotes/3/2.en.md index 1470532ab6..e7a56a1755 100644 --- a/exampleSite/content/basics/releasenotes/3/2.en.md +++ b/exampleSite/content/basics/releasenotes/3/2.en.md @@ -6,7 +6,7 @@ type = "releasenotes" weight = -2 +++ -## 3.2.0 (2022-03-19) {#320} +## 3.2.0 (2022-03-19) {#3-2-0} ### Hugo 0.93.0 diff --git a/exampleSite/content/basics/releasenotes/3/3.en.md b/exampleSite/content/basics/releasenotes/3/3.en.md index bfa91b7777..e1c9568215 100644 --- a/exampleSite/content/basics/releasenotes/3/3.en.md +++ b/exampleSite/content/basics/releasenotes/3/3.en.md @@ -6,7 +6,7 @@ type = "releasenotes" weight = -3 +++ -## 3.3.0 (2022-03-28) {#330} +## 3.3.0 (2022-03-28) {#3-3-0} ### New diff --git a/exampleSite/content/basics/releasenotes/3/4.en.md b/exampleSite/content/basics/releasenotes/3/4.en.md index cd7ae1c168..b3e70731c3 100644 --- a/exampleSite/content/basics/releasenotes/3/4.en.md +++ b/exampleSite/content/basics/releasenotes/3/4.en.md @@ -6,7 +6,7 @@ type = "releasenotes" weight = -4 +++ -## 3.4.0 (2022-04-03) {#340} +## 3.4.0 (2022-04-03) {#3-4-0} ### Breaking diff --git a/exampleSite/content/basics/releasenotes/4/0.en.md b/exampleSite/content/basics/releasenotes/4/0.en.md index fa08f74ed2..9693040ffa 100644 --- a/exampleSite/content/basics/releasenotes/4/0.en.md +++ b/exampleSite/content/basics/releasenotes/4/0.en.md @@ -6,7 +6,7 @@ type = "releasenotes" weight = -0 +++ -## 4.0.0 (2022-06-05) {#400} +## 4.0.0 (2022-06-05) {#4-0-0} ### Breaking diff --git a/exampleSite/content/basics/releasenotes/4/1.en.md b/exampleSite/content/basics/releasenotes/4/1.en.md index a2267b341b..fee90a3b85 100644 --- a/exampleSite/content/basics/releasenotes/4/1.en.md +++ b/exampleSite/content/basics/releasenotes/4/1.en.md @@ -6,7 +6,7 @@ type = "releasenotes" weight = -1 +++ -## 4.1.0 (2022-06-12) {#410} +## 4.1.0 (2022-06-12) {#4-1-0} ### New diff --git a/exampleSite/content/basics/releasenotes/4/2.en.md b/exampleSite/content/basics/releasenotes/4/2.en.md index 858a7c1ca8..de5da27e18 100644 --- a/exampleSite/content/basics/releasenotes/4/2.en.md +++ b/exampleSite/content/basics/releasenotes/4/2.en.md @@ -6,7 +6,7 @@ type = "releasenotes" weight = -2 +++ -## 4.2.0 (2022-06-23) {#420} +## 4.2.0 (2022-06-23) {#4-2-0} ### Breaking diff --git a/exampleSite/content/basics/releasenotes/5/0.en.md b/exampleSite/content/basics/releasenotes/5/0.en.md index 4062848e75..3ffd5d79e1 100644 --- a/exampleSite/content/basics/releasenotes/5/0.en.md +++ b/exampleSite/content/basics/releasenotes/5/0.en.md @@ -6,7 +6,7 @@ type = "releasenotes" weight = -0 +++ -## 5.0.0 (2022-07-05) {#500} +## 5.0.0 (2022-07-05) {#5-0-0} ### Breaking diff --git a/exampleSite/content/basics/releasenotes/5/1.en.md b/exampleSite/content/basics/releasenotes/5/1.en.md index 9071b4d62e..d7d36e8c28 100644 --- a/exampleSite/content/basics/releasenotes/5/1.en.md +++ b/exampleSite/content/basics/releasenotes/5/1.en.md @@ -6,7 +6,7 @@ type = "releasenotes" weight = -1 +++ -## 5.1.0 (2022-07-15) {#510} +## 5.1.0 (2022-07-15) {#5-1-0} ### Hugo 0.95.0 diff --git a/exampleSite/content/basics/releasenotes/5/10.en.md b/exampleSite/content/basics/releasenotes/5/10.en.md index 46d685b869..0ec73c355a 100644 --- a/exampleSite/content/basics/releasenotes/5/10.en.md +++ b/exampleSite/content/basics/releasenotes/5/10.en.md @@ -6,7 +6,7 @@ type = "releasenotes" weight = -10 +++ -## 5.10.0 (2023-01-25) {#5100} +## 5.10.0 (2023-01-25) {#5-10-0} ### New diff --git a/exampleSite/content/basics/releasenotes/5/11.en.md b/exampleSite/content/basics/releasenotes/5/11.en.md index c5e422ed94..9e3fb31421 100644 --- a/exampleSite/content/basics/releasenotes/5/11.en.md +++ b/exampleSite/content/basics/releasenotes/5/11.en.md @@ -6,7 +6,7 @@ type = "releasenotes" weight = -11 +++ -## 5.11.0 (2023-02-07) {#5110} +## 5.11.0 (2023-02-07) {#5-11-0} ### Change diff --git a/exampleSite/content/basics/releasenotes/5/12.en.md b/exampleSite/content/basics/releasenotes/5/12.en.md index d29a564543..796bc4afdc 100644 --- a/exampleSite/content/basics/releasenotes/5/12.en.md +++ b/exampleSite/content/basics/releasenotes/5/12.en.md @@ -6,7 +6,7 @@ type = "releasenotes" weight = -12 +++ -## 5.12.0 (2023-05-04) {#5120} +## 5.12.0 (2023-05-04) {#5-12-0} ### Change diff --git a/exampleSite/content/basics/releasenotes/5/13.en.md b/exampleSite/content/basics/releasenotes/5/13.en.md index d13c5d02fa..59bc04b468 100644 --- a/exampleSite/content/basics/releasenotes/5/13.en.md +++ b/exampleSite/content/basics/releasenotes/5/13.en.md @@ -6,7 +6,7 @@ type = "releasenotes" weight = -13 +++ -## 5.13.0 (2023-05-17) {#5130} +## 5.13.0 (2023-05-17) {#5-13-0} ### Change diff --git a/exampleSite/content/basics/releasenotes/5/14.en.md b/exampleSite/content/basics/releasenotes/5/14.en.md index 1e96786d95..5caa2f9fa0 100644 --- a/exampleSite/content/basics/releasenotes/5/14.en.md +++ b/exampleSite/content/basics/releasenotes/5/14.en.md @@ -6,7 +6,7 @@ type = "releasenotes" weight = -14 +++ -## 5.14.0 (2023-05-20) {#5140} +## 5.14.0 (2023-05-20) {#5-14-0} ### New diff --git a/exampleSite/content/basics/releasenotes/5/15.en.md b/exampleSite/content/basics/releasenotes/5/15.en.md index 4f0851f958..006ce13515 100644 --- a/exampleSite/content/basics/releasenotes/5/15.en.md +++ b/exampleSite/content/basics/releasenotes/5/15.en.md @@ -6,7 +6,7 @@ type = "releasenotes" weight = -15 +++ -## 5.15.0 (2023-05-29) {#5150} +## 5.15.0 (2023-05-29) {#5-15-0} ### Change diff --git a/exampleSite/content/basics/releasenotes/5/16.en.md b/exampleSite/content/basics/releasenotes/5/16.en.md index 504bc5e2ba..7bb117ff63 100644 --- a/exampleSite/content/basics/releasenotes/5/16.en.md +++ b/exampleSite/content/basics/releasenotes/5/16.en.md @@ -6,7 +6,7 @@ type = "releasenotes" weight = -16 +++ -## 5.16.0 (2023-06-10) {#5160} +## 5.16.0 (2023-06-10) {#5-16-0} ### Change diff --git a/exampleSite/content/basics/releasenotes/5/17.en.md b/exampleSite/content/basics/releasenotes/5/17.en.md index b95ff07a84..aba7c1f4a1 100644 --- a/exampleSite/content/basics/releasenotes/5/17.en.md +++ b/exampleSite/content/basics/releasenotes/5/17.en.md @@ -6,7 +6,7 @@ type = "releasenotes" weight = -17 +++ -## 5.17.0 (2023-06-22) {#5170} +## 5.17.0 (2023-06-22) {#5-17-0} ### Change diff --git a/exampleSite/content/basics/releasenotes/5/18.en.md b/exampleSite/content/basics/releasenotes/5/18.en.md index b4c087c68f..82c1d6fabc 100644 --- a/exampleSite/content/basics/releasenotes/5/18.en.md +++ b/exampleSite/content/basics/releasenotes/5/18.en.md @@ -6,7 +6,7 @@ type = "releasenotes" weight = -18 +++ -## 5.18.0 (2023-07-27) {#5180} +## 5.18.0 (2023-07-27) {#5-18-0} ### Change diff --git a/exampleSite/content/basics/releasenotes/5/19.en.md b/exampleSite/content/basics/releasenotes/5/19.en.md index aaca4bb56b..c4c8330e3a 100644 --- a/exampleSite/content/basics/releasenotes/5/19.en.md +++ b/exampleSite/content/basics/releasenotes/5/19.en.md @@ -6,7 +6,7 @@ type = "releasenotes" weight = -19 +++ -## 5.19.0 (2023-08-12) {#5190} +## 5.19.0 (2023-08-12) {#5-19-0} ### New diff --git a/exampleSite/content/basics/releasenotes/5/2.en.md b/exampleSite/content/basics/releasenotes/5/2.en.md index 09428c2932..59f6636d53 100644 --- a/exampleSite/content/basics/releasenotes/5/2.en.md +++ b/exampleSite/content/basics/releasenotes/5/2.en.md @@ -6,7 +6,7 @@ type = "releasenotes" weight = -2 +++ -## 5.2.0 (2022-08-03) {#520} +## 5.2.0 (2022-08-03) {#5-2-0} ### Change diff --git a/exampleSite/content/basics/releasenotes/5/20.en.md b/exampleSite/content/basics/releasenotes/5/20.en.md index 8cfe891ae4..62ffb64ca3 100644 --- a/exampleSite/content/basics/releasenotes/5/20.en.md +++ b/exampleSite/content/basics/releasenotes/5/20.en.md @@ -6,7 +6,7 @@ type = "releasenotes" weight = -20 +++ -## 5.20.0 (2023-08-26) {#5200} +## 5.20.0 (2023-08-26) {#5-20-0} ### Change diff --git a/exampleSite/content/basics/releasenotes/5/21.en.md b/exampleSite/content/basics/releasenotes/5/21.en.md index c5b792ab60..160bc0923c 100644 --- a/exampleSite/content/basics/releasenotes/5/21.en.md +++ b/exampleSite/content/basics/releasenotes/5/21.en.md @@ -6,7 +6,7 @@ type = "releasenotes" weight = -21 +++ -## 5.21.0 (2023-09-18) {#5210} +## 5.21.0 (2023-09-18) {#5-21-0} ### Change diff --git a/exampleSite/content/basics/releasenotes/5/22.en.md b/exampleSite/content/basics/releasenotes/5/22.en.md index ef21f0e47b..616faf4dc1 100644 --- a/exampleSite/content/basics/releasenotes/5/22.en.md +++ b/exampleSite/content/basics/releasenotes/5/22.en.md @@ -6,7 +6,7 @@ type = "releasenotes" weight = -22 +++ -## 5.22.0 (2023-10-02) {#5220} +## 5.22.0 (2023-10-02) {#5-22-0} ### Change diff --git a/exampleSite/content/basics/releasenotes/5/23.en.md b/exampleSite/content/basics/releasenotes/5/23.en.md index 13a361476b..b30256076b 100644 --- a/exampleSite/content/basics/releasenotes/5/23.en.md +++ b/exampleSite/content/basics/releasenotes/5/23.en.md @@ -6,7 +6,7 @@ type = "releasenotes" weight = -23 +++ -## 5.23.0 (2023-11-03) {#5230} +## 5.23.0 (2023-11-03) {#5-23-0} ### Change diff --git a/exampleSite/content/basics/releasenotes/5/24.en.md b/exampleSite/content/basics/releasenotes/5/24.en.md index 8e8cdf2c21..40e5b6a38e 100644 --- a/exampleSite/content/basics/releasenotes/5/24.en.md +++ b/exampleSite/content/basics/releasenotes/5/24.en.md @@ -6,7 +6,7 @@ type = "releasenotes" weight = -24 +++ -## 5.24.0 (2024-02-28) {#5240} +## 5.24.0 (2024-02-28) {#5-24-0} ### Hugo 0.112.4 diff --git a/exampleSite/content/basics/releasenotes/5/25.en.md b/exampleSite/content/basics/releasenotes/5/25.en.md index 2bd22300e8..261bbb2225 100644 --- a/exampleSite/content/basics/releasenotes/5/25.en.md +++ b/exampleSite/content/basics/releasenotes/5/25.en.md @@ -6,7 +6,7 @@ type = "releasenotes" weight = -25 +++ -## 5.25.0 (2024-02-29) {#5250} +## 5.25.0 (2024-02-29) {#5-25-0} ### Change diff --git a/exampleSite/content/basics/releasenotes/5/26.en.md b/exampleSite/content/basics/releasenotes/5/26.en.md index fe8946c65e..1bd192977f 100644 --- a/exampleSite/content/basics/releasenotes/5/26.en.md +++ b/exampleSite/content/basics/releasenotes/5/26.en.md @@ -6,7 +6,7 @@ type = "releasenotes" weight = -26 +++ -## 5.26.0 (2024-03-18) {#5260} +## 5.26.0 (2024-03-18) {#5-26-0} ### New diff --git a/exampleSite/content/basics/releasenotes/5/27.en.md b/exampleSite/content/basics/releasenotes/5/27.en.md index 774852f531..7bcbf2149d 100644 --- a/exampleSite/content/basics/releasenotes/5/27.en.md +++ b/exampleSite/content/basics/releasenotes/5/27.en.md @@ -6,7 +6,7 @@ type = "releasenotes" weight = -27 +++ -## 5.27.0 (2024-04-07) {#5270} +## 5.27.0 (2024-04-07) {#5-27-0} ### Hugo 0.121.0 diff --git a/exampleSite/content/basics/releasenotes/5/3.en.md b/exampleSite/content/basics/releasenotes/5/3.en.md index 46695e6f65..6f6c11f46b 100644 --- a/exampleSite/content/basics/releasenotes/5/3.en.md +++ b/exampleSite/content/basics/releasenotes/5/3.en.md @@ -6,7 +6,7 @@ type = "releasenotes" weight = -3 +++ -## 5.3.0 (2022-10-07) {#530} +## 5.3.0 (2022-10-07) {#5-3-0} ### Change diff --git a/exampleSite/content/basics/releasenotes/5/4.en.md b/exampleSite/content/basics/releasenotes/5/4.en.md index 91a692dee5..d6ef832a53 100644 --- a/exampleSite/content/basics/releasenotes/5/4.en.md +++ b/exampleSite/content/basics/releasenotes/5/4.en.md @@ -6,7 +6,7 @@ type = "releasenotes" weight = -4 +++ -## 5.4.0 (2022-11-01) {#540} +## 5.4.0 (2022-11-01) {#5-4-0} ### Change diff --git a/exampleSite/content/basics/releasenotes/5/5.en.md b/exampleSite/content/basics/releasenotes/5/5.en.md index c844cb6db2..919ce9ab50 100644 --- a/exampleSite/content/basics/releasenotes/5/5.en.md +++ b/exampleSite/content/basics/releasenotes/5/5.en.md @@ -6,7 +6,7 @@ type = "releasenotes" weight = -5 +++ -## 5.5.0 (2022-11-06) {#550} +## 5.5.0 (2022-11-06) {#5-5-0} ### Change diff --git a/exampleSite/content/basics/releasenotes/5/6.en.md b/exampleSite/content/basics/releasenotes/5/6.en.md index 39d5f57a22..d0fcf30727 100644 --- a/exampleSite/content/basics/releasenotes/5/6.en.md +++ b/exampleSite/content/basics/releasenotes/5/6.en.md @@ -6,7 +6,7 @@ type = "releasenotes" weight = -6 +++ -## 5.6.0 (2022-11-18) {#560} +## 5.6.0 (2022-11-18) {#5-6-0} ### New diff --git a/exampleSite/content/basics/releasenotes/5/7.en.md b/exampleSite/content/basics/releasenotes/5/7.en.md index 70e878b1fe..0ddc121ade 100644 --- a/exampleSite/content/basics/releasenotes/5/7.en.md +++ b/exampleSite/content/basics/releasenotes/5/7.en.md @@ -6,7 +6,7 @@ type = "releasenotes" weight = -7 +++ -## 5.7.0 (2022-11-29) {#570} +## 5.7.0 (2022-11-29) {#5-7-0} ### Change diff --git a/exampleSite/content/basics/releasenotes/5/8.en.md b/exampleSite/content/basics/releasenotes/5/8.en.md index 3d2420d473..2d071cda03 100644 --- a/exampleSite/content/basics/releasenotes/5/8.en.md +++ b/exampleSite/content/basics/releasenotes/5/8.en.md @@ -6,7 +6,7 @@ type = "releasenotes" weight = -8 +++ -## 5.8.0 (2022-12-08) {#580} +## 5.8.0 (2022-12-08) {#5-8-0} ### New diff --git a/exampleSite/content/basics/releasenotes/5/9.en.md b/exampleSite/content/basics/releasenotes/5/9.en.md index dfc5008de3..d2459957ff 100644 --- a/exampleSite/content/basics/releasenotes/5/9.en.md +++ b/exampleSite/content/basics/releasenotes/5/9.en.md @@ -6,7 +6,7 @@ type = "releasenotes" weight = -9 +++ -## 5.9.0 (2022-12-23) {#590} +## 5.9.0 (2022-12-23) {#5-9-0} ### Breaking diff --git a/exampleSite/content/basics/releasenotes/6/0.en.md b/exampleSite/content/basics/releasenotes/6/0.en.md index 3384074958..652d75ab77 100644 --- a/exampleSite/content/basics/releasenotes/6/0.en.md +++ b/exampleSite/content/basics/releasenotes/6/0.en.md @@ -6,7 +6,7 @@ type = "releasenotes" weight = -0 +++ -## 6.0.0 (2024-04-27) {#600} +## 6.0.0 (2024-04-27) {#6-0-0} ### Breaking @@ -28,15 +28,15 @@ weight = -0 For migration, move the `description` parameter of your `hugo.toml` into the frontmatter section of your home page. -- {{% badge style="warning" title=" " %}}Breaking{{% /badge %}} Search support for the `json` outputformat [deprecated in 5.4.0](basics/releasenotes/5/#540) was removed. +- {{% badge style="warning" title=" " %}}Breaking{{% /badge %}} Search support for the `json` outputformat [deprecated in 5.4.0](basics/releasenotes/5/#5-4-0) was removed. Change it to `search` for the homepage in your `hugo.toml`. See the docs for [detailed configuration](basics/customization#configure-search). -- {{% badge style="warning" title=" " %}}Breaking{{% /badge %}} The frontmatter option `menuTitle` [deprecated in 5.24.0](basics/releasenotes/5/#5240) was removed in favor for Hugo’s own `linkTitle`. +- {{% badge style="warning" title=" " %}}Breaking{{% /badge %}} The frontmatter option `menuTitle` [deprecated in 5.24.0](basics/releasenotes/5/#5-24-0) was removed in favor for Hugo’s own `linkTitle`. Additionally, if set, `linkTitle` will now be used instead of `title` to generate the breadcrumb. -- {{% badge style="warning" title=" " %}}Breaking{{% /badge %}} The `swagger` shortcode [deprecated in 5.13.0](basics/releasenotes/5/#5130) was removed in favor for the [`openapi` shortcode](shortcodes/openapi) with the same set of parameter. +- {{% badge style="warning" title=" " %}}Breaking{{% /badge %}} The `swagger` shortcode [deprecated in 5.13.0](basics/releasenotes/5/#5-13-0) was removed in favor for the [`openapi` shortcode](shortcodes/openapi) with the same set of parameter. - {{% badge style="warning" title=" " %}}Breaking{{% /badge %}} Support for Internet Explorer 11 was finally dropped. diff --git a/exampleSite/content/basics/releasenotes/6/1.en.md b/exampleSite/content/basics/releasenotes/6/1.en.md index 2a32b25456..3c8854dca6 100644 --- a/exampleSite/content/basics/releasenotes/6/1.en.md +++ b/exampleSite/content/basics/releasenotes/6/1.en.md @@ -6,7 +6,7 @@ type = "releasenotes" weight = -1 +++ -## 6.1.0 (2024-08-02) {#610} +## 6.1.0 (2024-08-02) {#6-1-0} ### Change diff --git a/exampleSite/content/basics/releasenotes/6/2.en.md b/exampleSite/content/basics/releasenotes/6/2.en.md index 01907fec0e..e902dfc37c 100644 --- a/exampleSite/content/basics/releasenotes/6/2.en.md +++ b/exampleSite/content/basics/releasenotes/6/2.en.md @@ -6,7 +6,7 @@ type = "releasenotes" weight = -2 +++ -## 6.2.0 (2024-08-26) {#620} +## 6.2.0 (2024-08-26) {#6-2-0} ### Change diff --git a/exampleSite/content/basics/releasenotes/6/3.en.md b/exampleSite/content/basics/releasenotes/6/3.en.md index cb1b0d32bf..b0f5489d02 100644 --- a/exampleSite/content/basics/releasenotes/6/3.en.md +++ b/exampleSite/content/basics/releasenotes/6/3.en.md @@ -6,7 +6,7 @@ type = "releasenotes" weight = -3 +++ -## 6.3.0 (2024-09-03) {#630} +## 6.3.0 (2024-09-03) {#6-3-0} ### Change diff --git a/exampleSite/content/basics/releasenotes/6/4.en.md b/exampleSite/content/basics/releasenotes/6/4.en.md index 14bbed043b..48b2319338 100644 --- a/exampleSite/content/basics/releasenotes/6/4.en.md +++ b/exampleSite/content/basics/releasenotes/6/4.en.md @@ -6,7 +6,7 @@ type = "releasenotes" weight = -4 +++ -## 6.4.0 (2024-09-12) {#640} +## 6.4.0 (2024-09-12) {#6-4-0} ### Change diff --git a/exampleSite/content/basics/releasenotes/7/0.en.md b/exampleSite/content/basics/releasenotes/7/0.en.md index 7aceb64bcc..25ce41a2c6 100644 --- a/exampleSite/content/basics/releasenotes/7/0.en.md +++ b/exampleSite/content/basics/releasenotes/7/0.en.md @@ -6,7 +6,7 @@ type = "releasenotes" weight = -0 +++ -## 7.0.0 (XXXX-XX-XX) {#700} +## 7.0.0 (XXXX-XX-XX) {#7-0-0} > [!secondary] > {{% icon fire-flame-curved %}} The release you didn't know you want! {{% icon fire-flame-curved %}} diff --git a/exampleSite/layouts/partials/shortcodes/piratify.html b/exampleSite/layouts/partials/shortcodes/piratify.html index 0169090bc6..2b694d6c28 100644 --- a/exampleSite/layouts/partials/shortcodes/piratify.html +++ b/exampleSite/layouts/partials/shortcodes/piratify.html @@ -1,7 +1,7 @@ {{- $page := .page }} {{- if and (not $page) .context }} {{- $page = .context }} - {{- warnf "%q: DEPRECATED parameter 'context' for shortcode 'piratify' found, use 'page' instead; see https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5180" $page.File.Filename }} + {{- warnf "%q: DEPRECATED parameter 'context' for shortcode 'piratify' found, use 'page' instead; see https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-18-0" $page.File.Filename }} {{- end }} {{- $content := .content }} {{- $pagefield := cond (ne $content nil) nil (.pagefield | default "Content") }} diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 9b5ad1b169..56d8105e9f 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -7,7 +7,7 @@ {{- end }} {{- end }} {{- if .Site.Params.description }} - {{- warnf "UNSUPPORTED usage of 'params.description' config parameter found, move it to the frontmatter of your home page; see https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/6/#600" }} + {{- warnf "UNSUPPORTED usage of 'params.description' config parameter found, move it to the frontmatter of your home page; see https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/6/#6-0-0" }} {{- end }}
diff --git a/layouts/partials/_relearn/authorName.gotmpl b/layouts/partials/_relearn/authorName.gotmpl index 02b8268287..4b8ae0aa31 100644 --- a/layouts/partials/_relearn/authorName.gotmpl +++ b/layouts/partials/_relearn/authorName.gotmpl @@ -5,7 +5,7 @@ {{- $authorName = . }} {{- end }} {{- else }} - {{- warnf "DEPRECATED usage of 'params.author' config parameter found, replace it with `params.author.name` in your hugo.toml; see https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5230" }} + {{- warnf "DEPRECATED usage of 'params.author' config parameter found, replace it with `params.author.name` in your hugo.toml; see https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-23-0" }} {{- $authorName = .Site.Params.author }} {{- end }} {{- else }} diff --git a/layouts/partials/_relearn/themeVariants.gotmpl b/layouts/partials/_relearn/themeVariants.gotmpl index 0f8c7bcd4c..1e23df8564 100644 --- a/layouts/partials/_relearn/themeVariants.gotmpl +++ b/layouts/partials/_relearn/themeVariants.gotmpl @@ -170,7 +170,7 @@ Chroma auto run: {{- $chroma := "" }} {{- range findRESubmatch `[ \t]*@import\s+[^$]*?chroma-([^.]*?)\.css` $themecontent }} {{- $chroma = index . 1 }} - {{- errorf "\"theme-%s.css\": UNSUPPORTED use of @import for chroma stylesheet, instead use '--CODE-theme: %s;'; see https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/6/#600" $identifier $chroma }} + {{- errorf "\"theme-%s.css\": UNSUPPORTED use of @import for chroma stylesheet, instead use '--CODE-theme: %s;'; see https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/6/#6-0-0" $identifier $chroma }} {{- end }} {{- range findRESubmatch `[ \t]*@import\s+[^$]*?theme-([^.]*?)\.css` $themecontent }} {{- $subidentifier := index . 1 }} diff --git a/layouts/partials/assetbusting.hugo b/layouts/partials/assetbusting.hugo index 423b84cb51..013ffc3177 100644 --- a/layouts/partials/assetbusting.hugo +++ b/layouts/partials/assetbusting.hugo @@ -1,2 +1,2 @@ -{{- warnf "DEPRECATED partial 'assetbusting.hugo' used, use 'assetbusting.gotmpl' instead; see https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/7/#700" }} +{{- warnf "DEPRECATED partial 'assetbusting.hugo' used, use 'assetbusting.gotmpl' instead; see https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/7/#7-0-0" }} {{- partial "assetbusting.gotmpl" . }} \ No newline at end of file diff --git a/layouts/partials/dependencies.html b/layouts/partials/dependencies.html index 045e3f8e70..3d061cbeda 100644 --- a/layouts/partials/dependencies.html +++ b/layouts/partials/dependencies.html @@ -7,7 +7,7 @@ {{- $wants := or ($page.Page.Store.Get $has) (and ($page.Page.Store.Get "relearnIsNested") ($page.Page.Store.Get $hasnested)) }} {{- if and $wants }} {{- if $v.location }} - {{- warnf "DEPRECATED parameter 'location' for dependency '%s' configured in your hugo.toml, query the 'location' parameter inside your dependency loader instead; see https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5270" $k}} + {{- warnf "DEPRECATED parameter 'location' for dependency '%s' configured in your hugo.toml, query the 'location' parameter inside your dependency loader instead; see https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-27-0" $k}} {{- end }} {{- if or (not $v.location) (eq $location $v.location) }} {{- $dep := printf "dependencies/%s.html" $k }} diff --git a/layouts/partials/menu.html b/layouts/partials/menu.html index d214003ce9..f816c3d46e 100644 --- a/layouts/partials/menu.html +++ b/layouts/partials/menu.html @@ -11,7 +11,7 @@" $content) "" }}
@@ -12,7 +12,7 @@
{{- $title = trim $title " " }}
{{- $expanded := .expanded | default false }}
{{- if and (isset . "open") (or (ne (printf "%T" .open) "string") (ne (trim .open " " ) "")) }}
- {{- warnf "%q: DEPRECATED parameter 'open' for shortcode 'expand' found, use 'expanded' instead; see https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/6/#630" $page.File.Filename }}
+ {{- warnf "%q: DEPRECATED parameter 'open' for shortcode 'expand' found, use 'expanded' instead; see https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/6/#6-3-0" $page.File.Filename }}
{{- $expanded = .open }}
{{- end }}
{{- if eq (printf "%T" $expanded) "string" }}
diff --git a/layouts/partials/shortcodes/highlight.html b/layouts/partials/shortcodes/highlight.html
index 9ba9cf69f4..427ca30c0b 100644
--- a/layouts/partials/shortcodes/highlight.html
+++ b/layouts/partials/shortcodes/highlight.html
@@ -1,7 +1,7 @@
{{- $page := .page }}
{{- if and (not $page) .context }}
{{- $page = .context }}
- {{- warnf "%q: DEPRECATED parameter 'context' for shortcode 'highlight' found, use 'page' instead; see https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5180" $page.File.Filename }}
+ {{- warnf "%q: DEPRECATED parameter 'context' for shortcode 'highlight' found, use 'page' instead; see https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-18-0" $page.File.Filename }}
{{- end }}
{{- $attributes := dict }}
{{- $otherAttributes := dict }}
diff --git a/layouts/partials/shortcodes/icon.html b/layouts/partials/shortcodes/icon.html
index 1554951fc9..e70c13b933 100644
--- a/layouts/partials/shortcodes/icon.html
+++ b/layouts/partials/shortcodes/icon.html
@@ -1,7 +1,7 @@
{{- $page := .page }}
{{- if and (not $page) .context }}
{{- $page = .context }}
- {{- warnf "%q: DEPRECATED parameter 'context' for shortcode 'icon' found, use 'page' instead; see https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5180" $page.File.Filename }}
+ {{- warnf "%q: DEPRECATED parameter 'context' for shortcode 'icon' found, use 'page' instead; see https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-18-0" $page.File.Filename }}
{{- end }}
{{- $icon := .icon | default "" }}
{{- $icon = trim $icon " " }}
diff --git a/layouts/partials/shortcodes/image.html b/layouts/partials/shortcodes/image.html
index da92a240b0..1bb11a2a9c 100644
--- a/layouts/partials/shortcodes/image.html
+++ b/layouts/partials/shortcodes/image.html
@@ -2,7 +2,7 @@
{{- $page := .page }}
{{- if and (not $page) .context }}
{{- $page = .context }}
- {{- warnf "%q: DEPRECATED parameter 'context' for shortcode 'image' found, use 'page' instead; see https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5180" $page.File.Filename }}
+ {{- warnf "%q: DEPRECATED parameter 'context' for shortcode 'image' found, use 'page' instead; see https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-18-0" $page.File.Filename }}
{{- end }}
{{- $title := .title }}
{{- $alt := .alt }}
@@ -54,7 +54,7 @@
{{- end }}
{{- end }}
{{- if $u.Query.Has "featherlight" }}
- {{- warnf "%q: DEPRECATED usage of 'featherlight' image CSS class found, use 'lightbox' instead; see https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5110" $page.File.Filename }}
+ {{- warnf "%q: DEPRECATED usage of 'featherlight' image CSS class found, use 'lightbox' instead; see https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-11-0" $page.File.Filename }}
{{- $effects = merge $effects (dict "lightbox" (ne ($u.Query.Get "featherlight") "false")) }}
{{- end }}
{{- range $k, $v := $effects }}
diff --git a/layouts/partials/shortcodes/include.html b/layouts/partials/shortcodes/include.html
index 477667bd7e..27be6646f1 100644
--- a/layouts/partials/shortcodes/include.html
+++ b/layouts/partials/shortcodes/include.html
@@ -1,7 +1,7 @@
{{- $page := .page }}
{{- if and (not $page) .context }}
{{- $page = .context }}
- {{- warnf "%q: DEPRECATED parameter 'context' for shortcode 'include' found, use 'page' instead; see https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5180" $page.File.Filename }}
+ {{- warnf "%q: DEPRECATED parameter 'context' for shortcode 'include' found, use 'page' instead; see https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-18-0" $page.File.Filename }}
{{- end }}
{{- $u := urls.Parse .file }}
{{- $path := strings.TrimPrefix "./" $u.Path }}
diff --git a/layouts/partials/shortcodes/link.html b/layouts/partials/shortcodes/link.html
index d659f79405..459801273c 100644
--- a/layouts/partials/shortcodes/link.html
+++ b/layouts/partials/shortcodes/link.html
@@ -2,7 +2,7 @@
{{- $page := .page }}
{{- if and (not $page) .context }}
{{- $page = .context }}
- {{- warnf "%q: DEPRECATED parameter 'context' for shortcode 'link' found, use 'page' instead; see https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5180" $page.File.Filename }}
+ {{- warnf "%q: DEPRECATED parameter 'context' for shortcode 'link' found, use 'page' instead; see https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-18-0" $page.File.Filename }}
{{- end }}
{{- if strings.HasPrefix .url "HAHAHUGOSHORTCODE" }}
{{- warnf "%q: WARNING you must call the ref / relref shortcode with '%% %%' instead of '< >' to work correctly for the anchor target attribute" $page.File.Filename }}
diff --git a/layouts/partials/shortcodes/math.html b/layouts/partials/shortcodes/math.html
index 4652b8d7f5..e609fef5fe 100644
--- a/layouts/partials/shortcodes/math.html
+++ b/layouts/partials/shortcodes/math.html
@@ -1,7 +1,7 @@
{{- $page := .page }}
{{- if and (not $page) .context }}
{{- $page = .context }}
- {{- warnf "%q: DEPRECATED parameter 'context' for shortcode 'math' found, use 'page' instead; see https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5180" $page.File.Filename }}
+ {{- warnf "%q: DEPRECATED parameter 'context' for shortcode 'math' found, use 'page' instead; see https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-18-0" $page.File.Filename }}
{{- end }}
{{- $content := .content }}
{{- $align := .align | default "center" }}
diff --git a/layouts/partials/shortcodes/mermaid.html b/layouts/partials/shortcodes/mermaid.html
index 52f6e4f96e..65b5872fcf 100644
--- a/layouts/partials/shortcodes/mermaid.html
+++ b/layouts/partials/shortcodes/mermaid.html
@@ -1,7 +1,7 @@
{{- $page := .page }}
{{- if and (not $page) .context }}
{{- $page = .context }}
- {{- warnf "%q: DEPRECATED parameter 'context' for shortcode 'mermaid' found, use 'page' instead; see https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5180" $page.File.Filename }}
+ {{- warnf "%q: DEPRECATED parameter 'context' for shortcode 'mermaid' found, use 'page' instead; see https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-18-0" $page.File.Filename }}
{{- end }}
{{- $content := .content }}
{{- $align := .align | default "center" }}
diff --git a/layouts/partials/shortcodes/notice.html b/layouts/partials/shortcodes/notice.html
index 668f3d1f32..b765a075cb 100644
--- a/layouts/partials/shortcodes/notice.html
+++ b/layouts/partials/shortcodes/notice.html
@@ -1,7 +1,7 @@
{{- $page := .page }}
{{- if and (not $page) .context }}
{{- $page = .context }}
- {{- warnf "%q: DEPRECATED parameter 'context' for shortcode 'notice' found, use 'page' instead; see https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5180" $page.File.Filename }}
+ {{- warnf "%q: DEPRECATED parameter 'context' for shortcode 'notice' found, use 'page' instead; see https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-18-0" $page.File.Filename }}
{{- end }}
{{- $class := .class | default "notices" }}
{{- $containerstyle := .containerstyle | default "div" }}
diff --git a/layouts/partials/shortcodes/openapi.html b/layouts/partials/shortcodes/openapi.html
index 3389d77ba0..129b811c53 100644
--- a/layouts/partials/shortcodes/openapi.html
+++ b/layouts/partials/shortcodes/openapi.html
@@ -1,7 +1,7 @@
{{- $page := .page }}
{{- if and (not $page) .context }}
{{- $page = .context }}
- {{- warnf "%q: DEPRECATED parameter 'context' for shortcode 'openapi' found, use 'page' instead; see https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5180" $page.File.Filename }}
+ {{- warnf "%q: DEPRECATED parameter 'context' for shortcode 'openapi' found, use 'page' instead; see https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-18-0" $page.File.Filename }}
{{- end }}
{{- $u := urls.Parse .src }}
{{- $src := $u.String }}
diff --git a/layouts/partials/shortcodes/resources.html b/layouts/partials/shortcodes/resources.html
index 29319c2b89..4d73297cda 100644
--- a/layouts/partials/shortcodes/resources.html
+++ b/layouts/partials/shortcodes/resources.html
@@ -1,7 +1,7 @@
{{- $page := .page }}
{{- if and (not $page) .context }}
{{- $page = .context }}
- {{- warnf "%q: DEPRECATED parameter 'context' for shortcode 'resources' found, use 'page' instead; see https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5180" $page.File.Filename }}
+ {{- warnf "%q: DEPRECATED parameter 'context' for shortcode 'resources' found, use 'page' instead; see https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-18-0" $page.File.Filename }}
{{- end }}
{{- $color := .color | default "" }}
{{- $style := .style | default "default" }}
diff --git a/layouts/partials/shortcodes/siteparam.html b/layouts/partials/shortcodes/siteparam.html
index 3fbf1a4645..3107f5d0ab 100644
--- a/layouts/partials/shortcodes/siteparam.html
+++ b/layouts/partials/shortcodes/siteparam.html
@@ -1,7 +1,7 @@
{{- $page := .page }}
{{- if and (not $page) .context }}
{{- $page = .context }}
- {{- warnf "%q: DEPRECATED parameter 'context' for shortcode 'siteparam' found, use 'page' instead; see https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5180" $page.File.Filename }}
+ {{- warnf "%q: DEPRECATED parameter 'context' for shortcode 'siteparam' found, use 'page' instead; see https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-18-0" $page.File.Filename }}
{{- end }}
{{- $paramNames := split .name "." }}
{{- with $page }}
diff --git a/layouts/partials/shortcodes/tab.html b/layouts/partials/shortcodes/tab.html
index da10395fd2..b6064a6437 100644
--- a/layouts/partials/shortcodes/tab.html
+++ b/layouts/partials/shortcodes/tab.html
@@ -1,7 +1,7 @@
{{- $page := .page }}
{{- if and (not $page) .context }}
{{- $page = .context }}
- {{- warnf "%q: DEPRECATED parameter 'context' for shortcode 'tab' found, use 'page' instead; see https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5180" $page.File.Filename }}
+ {{- warnf "%q: DEPRECATED parameter 'context' for shortcode 'tab' found, use 'page' instead; see https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-18-0" $page.File.Filename }}
{{- end }}
{{- $tabs := (slice | append (dict
"color" .color
diff --git a/layouts/partials/shortcodes/tabs.html b/layouts/partials/shortcodes/tabs.html
index 347f56adbf..8af22bd481 100644
--- a/layouts/partials/shortcodes/tabs.html
+++ b/layouts/partials/shortcodes/tabs.html
@@ -1,7 +1,7 @@
{{- $page := .page }}
{{- if and (not $page) .context }}
{{- $page = .context }}
- {{- warnf "%q: DEPRECATED parameter 'context' for shortcode 'tabs' found, use 'page' instead; see https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5180" $page.File.Filename }}
+ {{- warnf "%q: DEPRECATED parameter 'context' for shortcode 'tabs' found, use 'page' instead; see https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-18-0" $page.File.Filename }}
{{- end }}
{{- $groupid := .groupid | default (partial "_relearn/makeRandomMd5.gotmpl" $page) | plainify | anchorize }}
{{- $color := .color }}
@@ -11,7 +11,7 @@
{{- $tabs := slice }}
{{- range $tab := (.content | default slice) }}
{{- if and (not $tab.title) $tab.name }}
- {{- warnf "%q: DEPRECATED parameter 'name' for shortcode 'tab' found, use 'title' instead; see https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5160" $page.File.Filename }}
+ {{- warnf "%q: DEPRECATED parameter 'name' for shortcode 'tab' found, use 'title' instead; see https://mcshelby.github.io/hugo-theme-relearn/basics/releasenotes/5/#5-16-0" $page.File.Filename }}
{{- $tab = merge $tab (dict "title" .name) }}
{{- end }}
{{- with $tab }}
diff --git a/layouts/partials/stylesheet.html b/layouts/partials/stylesheet.html
index 326f83cff2..e285de446d 100644
--- a/layouts/partials/stylesheet.html
+++ b/layouts/partials/stylesheet.html
@@ -2,7 +2,7 @@
{{- with .Store.Get "relearnOutputFormat" }}
{{- $outputFormat = . }}
{{- else }}
- {{- warnf "WARNING no key `relearnOutputFormat` found in page store, set one by providing the file `layouts/_default/view/storeOutputFormat.