summaryrefslogtreecommitdiff
path: root/themes/stingray/layouts/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/stingray/layouts/index.html')
-rw-r--r--themes/stingray/layouts/index.html14
1 files changed, 6 insertions, 8 deletions
diff --git a/themes/stingray/layouts/index.html b/themes/stingray/layouts/index.html
index 4bc1983..31208e3 100644
--- a/themes/stingray/layouts/index.html
+++ b/themes/stingray/layouts/index.html
@@ -1,11 +1,9 @@
{{ define "main" }}
-<div id="home-jumbotron" class="jumbotron">
- <div class="text-center">
- <h1 class="title">{{ .Site.Title }}</h1>
- {{ .Description }}
- </div>
- <div>
- {{ .Content }}
- </div>
+<div class="text-center">
+ <h1 class="title">{{ .Site.Title }}</h1>
+ {{ .Description }}
+</div>
+<div>
+ {{ .Content }}
</div>
{{ end }} \ No newline at end of file