Skip to content

Commit

Permalink
fix(html/single): Use article instead of div
Browse files Browse the repository at this point in the history
Signed-off-by: Khusika Dhamar Gusti <mail@khusika.com>
  • Loading branch information
Khusika Dhamar Gusti committed Jun 4, 2021
1 parent 7cd6326 commit b20c937
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layouts/_default/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ <h2 class="toc-title">{{ T "contents" }}</h2>
</div>
{{- end -}}

<div class="page single special" data-toc="{{ if ne $toc.enable true }}disable{{ else }}enable{{ end }}">
<article class="page single special" data-toc="{{ if ne $toc.enable true }}disable{{ else }}enable{{ end }}">

{{- /* Title */ -}}
<h2 class="single-title animated fadeInDown faster">
Expand Down Expand Up @@ -67,5 +67,5 @@ <h2 class="single-subtitle animated fadeInDown faster">{{ . }}</h2>

{{- /* Comment */ -}}
{{- partial "comment.html" . -}}
</div>
</article>
{{- end -}}

0 comments on commit b20c937

Please sign in to comment.