Skip to content

Commit

Permalink
Update list.html
Browse files Browse the repository at this point in the history
  • Loading branch information
vachan-maker authored Feb 1, 2024
1 parent 69f9aaa commit 9f31c17
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">
<h3 class="postTitle"> <a href="{{ .Permalink }}"></a>{{ .Title }}</h3>
<h3 class="postTitle"> <a href="{{ .Permalink }}">{{ .Title }}</a></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 9f31c17

Please sign in to comment.