summaryrefslogtreecommitdiffstats
path: root/docs/layouts
diff options
context:
space:
mode:
authorJohn Olheiser <42128690+jolheiser@users.noreply.github.com>2019-08-22 20:55:06 -0500
committerLunny Xiao <xiaolunwen@gmail.com>2019-08-23 09:55:06 +0800
commit4ea9a377db86e4b78d9be2f5d481f69a06c78856 (patch)
tree6bfc76f7b6eada8a53a529260b1d33cf17cc84ec /docs/layouts
parent9f58187f1176d00e10b2d8fb0fb7fae1d1bcd17b (diff)
downloadgitea-4ea9a377db86e4b78d9be2f5d481f69a06c78856.tar.gz
gitea-4ea9a377db86e4b78d9be2f5d481f69a06c78856.zip
Add config option and shortcode for Gitea version (#7940)
Signed-off-by: jolheiser <john.olheiser@gmail.com>
Diffstat (limited to 'docs/layouts')
-rw-r--r--docs/layouts/shortcodes/version.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/layouts/shortcodes/version.html b/docs/layouts/shortcodes/version.html
new file mode 100644
index 0000000000..2fd81d651c
--- /dev/null
+++ b/docs/layouts/shortcodes/version.html
@@ -0,0 +1 @@
+{{ .Site.Params.version }} \ No newline at end of file