aboutsummaryrefslogtreecommitdiffstats
path: root/docs/layouts/shortcodes
diff options
context:
space:
mode:
authorguillep2k <18600385+guillep2k@users.noreply.github.com>2020-03-04 21:37:19 -0300
committerGitHub <noreply@github.com>2020-03-04 21:37:19 -0300
commitbe544e8e6a78360d87315ada9695cc6d70c3617c (patch)
tree422fc4369a0972d78bd960f6c4d8995a809f6450 /docs/layouts/shortcodes
parent4e65d2b8ea6347663cb7c67684f3297fd3f5f22e (diff)
downloadgitea-be544e8e6a78360d87315ada9695cc6d70c3617c.tar.gz
gitea-be544e8e6a78360d87315ada9695cc6d70c3617c.zip
Versions (#10597)
Signed-off-by: jolheiser <john.olheiser@gmail.com>
Diffstat (limited to 'docs/layouts/shortcodes')
-rw-r--r--docs/layouts/shortcodes/go-version.html1
-rw-r--r--docs/layouts/shortcodes/min-go-version.html1
2 files changed, 2 insertions, 0 deletions
diff --git a/docs/layouts/shortcodes/go-version.html b/docs/layouts/shortcodes/go-version.html
new file mode 100644
index 0000000000..7f846683d8
--- /dev/null
+++ b/docs/layouts/shortcodes/go-version.html
@@ -0,0 +1 @@
+{{ .Site.Params.goVersion }}
diff --git a/docs/layouts/shortcodes/min-go-version.html b/docs/layouts/shortcodes/min-go-version.html
new file mode 100644
index 0000000000..50b880d1d5
--- /dev/null
+++ b/docs/layouts/shortcodes/min-go-version.html
@@ -0,0 +1 @@
+{{ .Site.Params.minGoVersion }}