pidgin/nest

Remove unnecessary current-version shortcode

18 months ago, Elliott Sales de Andrade
bf1fdaabeb6b
Parents bb1e9645cf74
Children 85c031cefc69
Remove unnecessary current-version shortcode

Testing Done:
Checked rendered Install page and there was the correct version there.

Reviewed at https://reviews.imfreedom.org/r/1930/
--- a/hugo/content/install/_index.md Tue Oct 11 07:17:50 2022 -0500
+++ b/hugo/content/install/_index.md Tue Oct 11 07:18:38 2022 -0500
@@ -81,7 +81,7 @@
{{% sourceforge-download-logo ".tar.bz2" %}}
-This download is for the source code of Pidgin {{< current-version >}}.
+This download is for the source code of Pidgin {{< param currentVersion >}}.
If you want to **use** Pidgin, you should either download and use our Windows
installer or look for pre-built packages from your operating system
--- a/hugo/layouts/shortcodes/current-version.md Tue Oct 11 07:17:50 2022 -0500
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-{{- .Site.Params.currentVersion -}}