Added share links to bottom of posts

This commit is contained in:
Brandon Rozek 2023-08-14 21:35:48 -04:00
parent fb42d6b950
commit a79dd85e2a
No known key found for this signature in database
GPG key ID: 26E457DA82C9F480
2 changed files with 2 additions and 0 deletions

View file

@ -20,6 +20,7 @@
{{ .Content }}
</div>
</article>
{{ partial "sharepost.html" . }}
<a href='mailto:{{ .Site.Params.email }}?subject=Re: "{{ .Title }}"' class="reply-button">Reply via Email</a>
{{ partial "webmentions.html" . }}

View file

@ -0,0 +1 @@
<div style="margin-bottom: 1rem;">Was this useful? Feel free to share: <a href="https://news.ycombinator.com/submitlink?u={{ .Permalink }}&t={{ .Title }}">Hacker News</a> <a href="https://www.reddit.com/%73%75%62%6d%69%74?url={{ .Permalink }}&title={{ .Title }}">Reddit</a></div>