Skip to content

Commit

Permalink
Adding shareopenly icon
Browse files Browse the repository at this point in the history
  • Loading branch information
liamjbennett committed Nov 24, 2024
1 parent a7d38ea commit 27a7aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/_default/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ <h1 class="post-title entry-hint-parent">
{{- end }}

<footer class="post-footer">
<a href="https://shareopenly.org/share/?url={{ .Permalink }}&text={{ .Description }}">Share this Post</a>
<a href="https://shareopenly.org/share/?url={{ .Permalink }}&text={{ .Description }}"><img src="https://shareopenly.org/images/logo.svg" style="height: 1.2em; margin-bottom: 3px">Share this Post</a>
{{- if (.Param "ShowPostNavLinks") }}
{{- partial "post_nav_links.html" . }}
{{- end }}
Expand Down

0 comments on commit 27a7aeb

Please sign in to comment.