summaryrefslogtreecommitdiffstats
path: root/templates/home.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/home.tmpl')
-rw-r--r--templates/home.tmpl8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/home.tmpl b/templates/home.tmpl
index 5daea544fe..721bb50dba 100644
--- a/templates/home.tmpl
+++ b/templates/home.tmpl
@@ -16,7 +16,7 @@
<div class="ui stackable middle very relaxed page grid">
<div class="eight wide center column">
<h1 class="hero ui icon header">
- {{svg "octicon-flame" 16}} {{.i18n.Tr "startpage.install"}}
+ {{svg "octicon-flame"}} {{.i18n.Tr "startpage.install"}}
</h1>
<p class="large">
{{.i18n.Tr "startpage.install_desc" | Str2html}}
@@ -24,7 +24,7 @@
</div>
<div class="eight wide center column">
<h1 class="hero ui icon header">
- {{svg "octicon-device-desktop" 16}} {{.i18n.Tr "startpage.platform"}}
+ {{svg "octicon-device-desktop"}} {{.i18n.Tr "startpage.platform"}}
</h1>
<p class="large">
{{.i18n.Tr "startpage.platform_desc" | Str2html}}
@@ -34,7 +34,7 @@
<div class="ui stackable middle very relaxed page grid">
<div class="eight wide center column">
<h1 class="hero ui icon header">
- {{svg "octicon-rocket" 16}} {{.i18n.Tr "startpage.lightweight"}}
+ {{svg "octicon-rocket"}} {{.i18n.Tr "startpage.lightweight"}}
</h1>
<p class="large">
{{.i18n.Tr "startpage.lightweight_desc" | Str2html}}
@@ -42,7 +42,7 @@
</div>
<div class="eight wide center column">
<h1 class="hero ui icon header">
- {{svg "octicon-code" 16}} {{.i18n.Tr "startpage.license"}}
+ {{svg "octicon-code"}} {{.i18n.Tr "startpage.license"}}
</h1>
<p class="large">
{{.i18n.Tr "startpage.license_desc" | Str2html}}