diff options
Diffstat (limited to 'templates/home.tmpl')
-rw-r--r-- | templates/home.tmpl | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/templates/home.tmpl b/templates/home.tmpl index b8cdce57..22958086 100644 --- a/templates/home.tmpl +++ b/templates/home.tmpl @@ -3,12 +3,9 @@ <div class="ui stackable middle very relaxed page grid"> <div class="sixteen wide center aligned centered column"> <div class="logo"> - <img src="{{AppSubURL}}/img/favicon.png" /> + <img src="{{AppSubURL}}/img/gogs-hero.png" /> </div> <div class="hero"> - <h1 class="ui icon header title"> - Gogs - </h1> <h2>{{.i18n.Tr "app_desc"}}</h2> </div> </div> @@ -94,8 +91,8 @@ <i class="octicon octicon-flame"></i> Facile à installer </h1> <p class="large"> - Il suffit de <a target="_blank" rel="noopener noreferrer" href="https://gogs.io/docs/installation/install_from_binary.html">lancer l'exécutable</a> correspondant à votre système. - Ou d'utiliser Gogs avec <a target="_blank" rel="noopener noreferrer" href="https://github.com/gogits/gogs/tree/master/docker">Docker</a> ou + Il suffit de <a target="_blank" rel="noopener noreferrer" href="https://gogs.io/docs/installation/install_from_binary.html">lancer l'exécutable</a> correspondant à votre système. + Ou d'utiliser Gogs avec <a target="_blank" rel="noopener noreferrer" href="https://github.com/gogits/gogs/tree/master/docker">Docker</a> ou <a target="_blank" rel="noopener noreferrer" href="https://github.com/geerlingguy/ansible-vagrant-examples/tree/master/gogs">Vagrant</a> ou en l'installant depuis un <a target="_blank" rel="noopener noreferrer" href="https://gogs.io/docs/installation/install_from_packages.html">package</a>. </p> |