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

github.com/sudorook/capsule.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/single.html')
-rw-r--r--layouts/_default/single.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 353d8ec..9b73e9f 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -11,7 +11,7 @@
<!-- Content -->
<div class="container">
- <p class="title">{{ .Title }}</p>
+ <h1 class="title">{{ .Title }}</h1>
<p class="subtitle">{{ .Date.Format "Jan 2, 2006" }}</p>
{{ partial "toc.html" . }}