Skip to content

Commit

Permalink
use semantic
Browse files Browse the repository at this point in the history
  • Loading branch information
vachan-maker authored Feb 1, 2024
1 parent 361e615 commit 69f9aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/_default/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h1>{{ .Title }}</h1>
<!-- [html-validate-disable-next prefer-native-element] -->
<article class="postListItem" role="listitem">
<header class="postHeader">
<a href="{{ .Permalink }}"><span class="postTitle">{{ .Title }}</span></a>
<h3 class="postTitle"> <a href="{{ .Permalink }}"></a>{{ .Title }}</h3>
{{ $formattedDate := .Date.Format "2006-01-02" }}
<time class="postDate" datetime="{{ $formattedDate }}">{{ .Date | time.Format ":date_long" }}</time>
</header>
Expand Down

0 comments on commit 69f9aaa

Please sign in to comment.