Skip to content

Commit

Permalink
single.html: add mt-1 in related posts' bi (#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR authored Mar 19, 2024
1 parent e357e77 commit f3fc208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/posts/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h2 class="h3 mb-3">Related posts</h2>
{{ $related := .Site.RegularPages.Related . | first 3 -}}
{{- range $related -}}
<li class="d-flex mb-3 text-body-secondary">
<svg class="bi me-2 f5"><use xlink:href="#file-earmark-richtext"></use></svg>
<svg class="bi mt-1 me-2 f5"><use xlink:href="#file-earmark-richtext"></use></svg>
<div class="fs-6">
<h3 class="h5 mb-1 lh-1">
<a href="{{ .RelPermalink }}">
Expand Down

0 comments on commit f3fc208

Please sign in to comment.