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

github.com/zwbetz-gh/vanilla-bootstrap-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZachary Betz <zwbetz@gmail.com>2018-12-31 16:55:08 +0300
committerZachary Betz <zwbetz@gmail.com>2018-12-31 16:55:08 +0300
commit92b1f014b9a90399c9fc4f54a4a09b6f2484790d (patch)
tree729d062dde9eb6330c11b46fcf605b82548c4d0f /layouts
parent73dca886a296a2b8649069afb54570c937be0138 (diff)
Match index page font to rest of site
Diffstat (limited to 'layouts')
-rw-r--r--layouts/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 2a28859..820e32e 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -1,8 +1,8 @@
{{ define "main" }}
<div id="home-jumbotron" class="jumbotron text-center">
- <h1 class="display-4">{{ .Site.Title }}</h1>
- <p class="lead">{{ .Site.Params.homeText | markdownify }}</p>
+ <h1>{{ .Site.Title }}</h1>
+ <p class="font-125">{{ .Site.Params.homeText | markdownify }}</p>
</div>
{{ end }} \ No newline at end of file