Skip to content

Commit

Permalink
prettier fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjamuffin99 committed Mar 6, 2024
1 parent a40ea08 commit 3b8c3cf
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions 11ty-source/_layouts/blog-post.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,17 @@ layout: default.liquid

<div class="col-12">
<div>
<h1 class="title"><a class="icon-link icon-link-hover" style="color:var(--bs-body-color)" onclick="copyAnchorLink()">{{ title }} <i class="bi-link-45deg" aria-hidden="true"></i></a></h1>
<h1 class="title">
<a
class="icon-link icon-link-hover"
style="color:var(--bs-body-color)"
onclick="copyAnchorLink()">
{{- title }}
<i class="bi-link-45deg" aria-hidden="true"></i
></a>
</h1>
<p class="post-date">{{ postDate }}</p>
</div>


{{ content }}

Expand Down

0 comments on commit 3b8c3cf

Please sign in to comment.