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.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/themes/stingray/layouts/index.html b/themes/stingray/layouts/index.html
new file mode 100644
index 0000000..4bc1983
--- /dev/null
+++ b/themes/stingray/layouts/index.html
@@ -0,0 +1,11 @@
+{{ define "main" }}
+<div id="home-jumbotron" class="jumbotron">
+ <div class="text-center">
+ <h1 class="title">{{ .Site.Title }}</h1>
+ {{ .Description }}
+ </div>
+ <div>
+ {{ .Content }}
+ </div>
+</div>
+{{ end }} \ No newline at end of file