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

github.com/cntrump/hugo-notepadium.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.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index ca28a80..55af098 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -3,7 +3,7 @@
<div class="article-title">{{ .Title | plainify }}</div>
<time class="article-date">{{ .Date.Format "2006-01-02" }}</time>
</div>
- <div id="article" class="article-body">
+ <article class="markdown-body">
{{ .Content }}
- </div>
+ </article>
{{ end }} \ No newline at end of file