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

github.com/jpescador/hugo-future-imperfect.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Collins <thepatrickcollins@gmail.com>2018-02-09 06:00:08 +0300
committerGitHub <noreply@github.com>2018-02-09 06:00:08 +0300
commitcd931d68973174cdcfde619a348b217ffb6696e5 (patch)
treeff3864d044ceaab093178a4e3229fa10ec52f929
parent53c63fe950e9e36a32cc671c73bb5d61fb42df03 (diff)
Fix invald close tag (#119)
-rw-r--r--layouts/partials/sidebar.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html
index 83ad24f..2207753 100644
--- a/layouts/partials/sidebar.html
+++ b/layouts/partials/sidebar.html
@@ -111,7 +111,7 @@
<!-- About -->
{{ with .Site.Params.intro.about }}
<section id="mini-bio">
- <h3>About</h1>
+ <h3>About</h3>
<p>{{ . | safeHTML }}</p>
<a href="/about/" class="button">Learn More</a>
</section>