aboutsummaryrefslogtreecommitdiffstats
path: root/code/frontpage/layouts/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'code/frontpage/layouts/index.html')
-rw-r--r--code/frontpage/layouts/index.html16
1 files changed, 10 insertions, 6 deletions
diff --git a/code/frontpage/layouts/index.html b/code/frontpage/layouts/index.html
index 62abf7f..ca44125 100644
--- a/code/frontpage/layouts/index.html
+++ b/code/frontpage/layouts/index.html
@@ -1,14 +1,18 @@
{{ define "main" }}
<section class="section container-fluid mt-n3 pb-3">
- <div class="row justify-content-center">
- <div class="col-lg-12 text-center">
+ <div class="row">
+ <div class="col-lg-12">
<h1 class="mt-0">{{ .Title }}</h1>
</div>
- <div class="col-lg-9 col-xl-8 text-center">
+ <div class="col-lg-9 col-xl-8">
<p class="lead">{{ .Params.lead | safeHTML }}</p>
<p class="meta">GPLv3 Licensed.
<a href="https://git.ivar.systems/greatoffice/tree/COPYING">
- License file
+ License
+ </a>
+ -
+ <a href="https://git.ivar.systems/greatoffice/about">
+ Source
</a>
</p>
</div>
@@ -20,7 +24,7 @@
{{ if eq $.Site.Language.LanguageName "English" }}
<section class="section section-sm">
<div class="container">
- <div class="row justify-content-center text-center">
+ <div class="row">
<div class="col-lg-5">
<h2 class="h4">Projects</h2>
<p>Manage your projects with time tracking, planning and ecomnomics all built-in.</p>
@@ -55,7 +59,7 @@
{{ define "sidebar-footer" }}
<section class="section section-sm container-fluid">
- <div class="row justify-content-center text-center">
+ <div class="row">
<div class="col-lg-9">
{{- .Content -}}
</div>