Skip to content

Commit

Permalink
style: update post date of related posts widget
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Jul 22, 2022
1 parent a6ac5ce commit 4da0d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/post/related-posts.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h2 class="card-title fs-4 my-2 text-surface">{{ i18n "related_posts" }}</h2>
<a class="post-title" href="{{ .Permalink }}">
{{ partial "helpers/title" . }}
</a>
<span class="float-end post-date text-muted">{{ partial "helpers/post-date" . }}</span>
<span class="post-meta post-date float-end">{{ partial "helpers/post-date" . }}</span>
<div class="post-summary my-3">{{ partial "post/excerpt" . }}</div>
</li>
{{- end -}}
Expand Down

0 comments on commit 4da0d0e

Please sign in to comment.