Skip to content

Commit

Permalink
fix: comment mastodon link
Browse files Browse the repository at this point in the history
Signed-off-by: Charles Chin <[email protected]>
  • Loading branch information
eallion committed Jan 26, 2025
1 parent 2fb7e20 commit a87b8d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/comments.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<span class="cursor-pointer">discuss on </span>
<span class="ml-2 cursor-pointer">{{ partial "icon.html" "mastodon-purple" }}</span>
<span class='ml-1 opacity-75 hover:opacity-100 cursor-pointer duration-300 ease-in-out'><a
href="https://e5n.cc/s/{{ .Slug }}" target="_blank" rel="noopener">Mastodon</a></span>
href="https://s.e5n.cc/{{ .Slug }}" target="_blank" rel="noopener">Mastodon</a></span>
<span>{{ partial "icon.html" "external-link-alt" }}</span>
</div>
</div>
Expand Down

0 comments on commit a87b8d5

Please sign in to comment.