Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nathancday/min_night.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/index.html')
-rw-r--r--layouts/index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 3425f81..71307e1 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -6,8 +6,10 @@
<div class="avatar">
<img class="img-responsive" src="{{ .Site.BaseURL }}img/{{ .Site.Params.logo }}" alt="Whoopsies, this is my bad side!" style = "margin: 0 auto;">
+ <h1>{{ .Title }}</h1>
</div>
+
<div style = "margin-top: 50px">
<h2>{{ .Site.Params.description }}</h2>
</div>