summaryrefslogtreecommitdiff
path: root/themes/stingray/layouts/index.html
diff options
context:
space:
mode:
authorRayHammer <evkondratyev@yandex.ru>2022-10-20 03:12:32 +0200
committerRayHammer <evkondratyev@yandex.ru>2022-10-20 03:12:32 +0200
commit3bfaf76d19b42d08f3a3c639c1bf3f9a90abfef3 (patch)
tree6552087163b4a365758d5f0abcbedb056c1a62cc /themes/stingray/layouts/index.html
parentaf3521fd0e1a2a27ed6db08f453ff8354ba3b9e8 (diff)
Initial commit
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