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:
authorMiguel Simoni <miguel.simoni@gmail.com>2017-10-10 23:06:16 +0300
committerMiguel Simoni <miguel.simoni@gmail.com>2017-10-10 23:06:16 +0300
commitfdd0296be407db41fa57a9770919852314ab1702 (patch)
treef9a0c485c1ef56dffe8bfa129ca2c499c5c9337c /layouts
parent135f88856aecf0c89b40f59ce704abe8f6df25e8 (diff)
fix broken links
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/subheader.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/subheader.html b/layouts/partials/subheader.html
index 04f7dbf..ae2502b 100644
--- a/layouts/partials/subheader.html
+++ b/layouts/partials/subheader.html
@@ -1,7 +1,7 @@
<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="about.html">measure</a> yourself by the people who measure themselves by you. it only took me <a href="sidebar-right.html">six days</a>.
+ 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>
</div>
</div> <!-- / section -->