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:
-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 -->