Skip to content

Commit

Permalink
style(related-posts): tweak vertical style
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Jun 1, 2024
1 parent c53213b commit 7a24a38
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
</div>
{{- end }}
<a
class="flex-grow-1 text-decoration-none d-flex flex-column"
class="flex-grow-1 text-decoration-none d-flex"
title="{{ .Title }}"
href="{{ .RelPermalink }}">
<span class="hb-blog-post-meta mb-1">
{{ .Date | time.Format site.Params.hb.blog.post_date_format }}
</span>
<span class="hb-blog-related-post-title text-truncate text-wrap">
<span class="hb-blog-related-post-title text-truncate text-wrap me-md-2">
{{ .Title }}
</span>
<span class="hb-blog-post-meta ms-auto text-nowrap d-none d-md-block">
{{ .Date | time.Format site.Params.hb.blog.post_date_format }}
</span>
</a>
</div>
{{- end }}
Expand Down

0 comments on commit 7a24a38

Please sign in to comment.