summaryrefslogtreecommitdiffstats
path: root/templates/home.tmpl
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-03-28 08:39:35 -0400
committerUnknown <joe2010xtmf@163.com>2014-03-28 08:39:35 -0400
commitcb05b8325cdd85dda9bbebf61d8993da34d80e70 (patch)
tree02f277bc119d4ba6368aac7cb9660e1ee7c3869b /templates/home.tmpl
parent6bd4f34c8dad50da5dc861ffdaebae1577f8881e (diff)
downloadgitea-cb05b8325cdd85dda9bbebf61d8993da34d80e70.tar.gz
gitea-cb05b8325cdd85dda9bbebf61d8993da34d80e70.zip
Update config option
Diffstat (limited to 'templates/home.tmpl')
-rw-r--r--templates/home.tmpl4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/home.tmpl b/templates/home.tmpl
index 8121a4e8c9..d3a8c0c343 100644
--- a/templates/home.tmpl
+++ b/templates/home.tmpl
@@ -1,6 +1,8 @@
{{template "base/head" .}}
{{template "base/navbar" .}}
<div id="body" class="container">
- Welcome to the land of Gogs! We will add an introduction soon!
+ <h4>Hey there, welcome to the land of Gogs!</h4>
+ <p>If you just get your Gogs server running, go <a href="/install">install</a> guide page will help you setup things for your first-time run.</p>
+ <img src="http://gowalker.org/public/gogs_demo.gif">
</div>
{{template "base/footer" .}}