aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorᴜɴᴋɴᴡᴏɴ <u@gogs.io>2020-02-27 20:21:41 +0800
committerᴜɴᴋɴᴡᴏɴ <u@gogs.io>2020-02-27 20:21:41 +0800
commit177806068dd6416eabe2e74c0c69db7a20c73049 (patch)
treedee18960bf4195a65248a7dbb74997913df077d7 /templates
parent7950f2d17d97c37fca22b88d48056de1c00b4d77 (diff)
public: update to new logo
Diffstat (limited to 'templates')
-rw-r--r--templates/base/head.tmpl2
-rw-r--r--templates/home.tmpl9
2 files changed, 4 insertions, 7 deletions
diff --git a/templates/base/head.tmpl b/templates/base/head.tmpl
index ae1157d8..6aec4c3e 100644
--- a/templates/base/head.tmpl
+++ b/templates/base/head.tmpl
@@ -31,7 +31,7 @@
<meta property="og:type" content="website" />
<meta property="og:title" content="{{AppName}}">
<meta property="og:description" content="Gogs is a painless self-hosted Git service.">
- <meta property="og:image" content="{{AppURL}}img/gogs-lg.png" />
+ <meta property="og:image" content="{{AppURL}}img/favicon.png" />
<meta property="og:site_name" content="Gogs">
{{end}}
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>