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

github.com/miguelsimoni/hugo-initio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormhungerford <mhungerford@gmail.com>2019-08-24 07:58:32 +0300
committermhungerford <mhungerford@gmail.com>2019-08-24 07:58:32 +0300
commitf3684464d19fd12328f8d1af1ebf5f33ffb887df (patch)
treeb20ff89c59fc126786a75fbfd778a9c76f88ba6b
parentdb720ea020cfac41d253a40e8cf7088b275aaaae (diff)
Fixed subheader to be configurable.
-rw-r--r--layouts/partials/subheader.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/layouts/partials/subheader.html b/layouts/partials/subheader.html
index ae2502b..d691fc9 100644
--- a/layouts/partials/subheader.html
+++ b/layouts/partials/subheader.html
@@ -1,7 +1,5 @@
<div class="row section topspace">
<div class="col-md-12">
- <p class="lead text-center text-muted">
- Let me tell you something my friend. hope is a dangerous thing. hope can drive a man insane. you <a href="#">measure</a> yourself by the people who measure themselves by you. it only took me <a href="#">six days</a>.
- </p>
+ <p class="lead text-center text-muted">{{ .Site.Params.subheader }}</p>
</div>
</div> <!-- / section -->