Switch another div to article

This commit is contained in:
Rohan Kumar 2022-10-18 21:02:32 -07:00
parent 4a26bc11a8
commit ef0ab18dd9
No known key found for this signature in database
GPG key ID: 1E892DB2A5F84479

View file

@ -1,5 +1,5 @@
{{ define "main" }}
<div class="post">
<article class="post">
<h1 class="post-title">
<a href="{{ .Permalink }}">{{ .Title | markdownify }}</a></h1>
<div class="post-meta">
@ -52,5 +52,5 @@
{{ if not (.Params.hideComments | default false) }}
{{ partial "comments.html" . }}
{{ end }}
</div>
</article>
{{ end }}