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:
authorNate <nathancday@gmail.com>2018-05-19 21:28:51 +0300
committerNate <nathancday@gmail.com>2018-05-19 21:28:51 +0300
commit88c08fc27673865daf117ccef90e7cab06c28251 (patch)
tree66142dfc5fac353401006be5e159df40ac5acbab
parent9bf19c69dbe60649c16875230e76f7123c489d9b (diff)
new index with description
-rw-r--r--layouts/index.html6
1 files changed, 2 insertions, 4 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 2209b7b..3425f81 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -8,10 +8,8 @@
<img class="img-responsive" src="{{ .Site.BaseURL }}img/{{ .Site.Params.logo }}" alt="Whoopsies, this is my bad side!" style = "margin: 0 auto;">
</div>
- <h2>Hi my name is Min Night.</h2>
- <div style = "width: 75%; margin: 0 auto;">
- <h3>And I'm an easy on the eyes Hugo blog theme.</h3>
- <h4>I customize easy and love pull requests.</h4>
+ <div style = "margin-top: 50px">
+ <h2>{{ .Site.Params.description }}</h2>
</div>
</div>