diff options
| author | Don Delmar Davis <don@suspectdevices.com> | 2021-01-12 08:23:02 -0800 |
|---|---|---|
| committer | Don Delmar Davis <don@suspectdevices.com> | 2021-01-12 08:23:02 -0800 |
| commit | 270911869c999efe624fe6b54c274399fa12984c (patch) | |
| tree | 5f0a9b42d6ef2549b41e08b0218410795808d843 /custom | |
| parent | 7ac2e83d115f299702859e8f96485099b0018f9e (diff) | |
Strip propaganda out of home page template.
Diffstat (limited to 'custom')
| -rw-r--r-- | custom/templates/home.tmpl | 40 |
1 files changed, 4 insertions, 36 deletions
diff --git a/custom/templates/home.tmpl b/custom/templates/home.tmpl index 721bb50..c92597d 100644 --- a/custom/templates/home.tmpl +++ b/custom/templates/home.tmpl @@ -13,41 +13,9 @@ </div> </div> </div> - <div class="ui stackable middle very relaxed page grid"> - <div class="eight wide center column"> - <h1 class="hero ui icon header"> - {{svg "octicon-flame"}} {{.i18n.Tr "startpage.install"}} - </h1> - <p class="large"> - {{.i18n.Tr "startpage.install_desc" | Str2html}} - </p> - </div> - <div class="eight wide center column"> - <h1 class="hero ui icon header"> - {{svg "octicon-device-desktop"}} {{.i18n.Tr "startpage.platform"}} - </h1> - <p class="large"> - {{.i18n.Tr "startpage.platform_desc" | Str2html}} - </p> - </div> - </div> - <div class="ui stackable middle very relaxed page grid"> - <div class="eight wide center column"> - <h1 class="hero ui icon header"> - {{svg "octicon-rocket"}} {{.i18n.Tr "startpage.lightweight"}} - </h1> - <p class="large"> - {{.i18n.Tr "startpage.lightweight_desc" | Str2html}} - </p> - </div> - <div class="eight wide center column"> - <h1 class="hero ui icon header"> - {{svg "octicon-code"}} {{.i18n.Tr "startpage.license"}} - </h1> - <p class="large"> - {{.i18n.Tr "startpage.license_desc" | Str2html}} - </p> - </div> - </div> + <!--div class="ui stackable middle very relaxed page grid"--> + + <!--/div--> + </div> {{template "base/footer" .}} |
