diff options
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/_default/single.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 6c3ac3b..d391893 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -6,9 +6,9 @@ <h1 class="post-title" itemprop="name">{{ .Title }}</h1> <time class="post-date" datetime="{{ .Date.Format "2006-01-02T15:04:05Z" }}" itemprop="datePublished">{{ .Date.Format "Monday, 2 January 2006" }}</time> </header> - <div class="post-content" itemprop="articleBody"> + <main class="post-content" itemprop="articleBody"> {{ .Content }} - </div> + </main> </article> </main> {{ template "theme/partials/sidebar.html" . }} |