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:
Diffstat (limited to 'layouts/partials/sidebar.html')
-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>