aboutsummaryrefslogtreecommitdiffstats
path: root/docs/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'docs/layouts')
-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 }}