aboutsummaryrefslogtreecommitdiffstats
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 6616e3c870..5daea544fe 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">
- <i class="octicon octicon-flame"></i> {{.i18n.Tr "startpage.install"}}
+ {{svg "octicon-flame" 16}} {{.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">
- <i class="octicon octicon-device-desktop"></i> {{.i18n.Tr "startpage.platform"}}
+ {{svg "octicon-device-desktop" 16}} {{.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">
- <i class="octicon octicon-rocket"></i> {{.i18n.Tr "startpage.lightweight"}}
+ {{svg "octicon-rocket" 16}} {{.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">
- <i class="octicon octicon-code"></i> {{.i18n.Tr "startpage.license"}}
+ {{svg "octicon-code" 16}} {{.i18n.Tr "startpage.license"}}
</h1>
<p class="large">
{{.i18n.Tr "startpage.license_desc" | Str2html}}