Adjusted end-post buttons

This commit is contained in:
Brandon Rozek 2023-12-28 12:44:55 -05:00
parent a657c1ab4f
commit 0277672917
No known key found for this signature in database
GPG key ID: 26E457DA82C9F480
3 changed files with 13 additions and 8 deletions

View file

@ -23,10 +23,13 @@
{{ .Content }}
</div>
</article>
{{ partial "sharepost.html" . }}
<a href='mailto:{{ .Site.Params.email }}?subject=Re: "{{ .Title }}"' class="reply-button">Reply via Email</a>
<a href="/support" class="reply-button" style="margin-left:2rem;"><i class="fas fa-coffee" style="margin-right: 0.5rem;"></i>Buy me a Coffee</a>
<div style="margin-bottom: 2rem;">
<a href='mailto:{{ .Site.Params.email }}?subject=Re: "{{ .Title }}"' class="reply-button">Reply via Email</a>
<a href="/support" class="reply-button" style="margin-left:2rem;"><i class="fas fa-coffee" style="margin-right: 0.5rem;"></i>Buy me a Coffee</a>
</div>
{{ partial "sharepost.html" . }}
{{ partial "webmentions.html" . }}
</main>
<!-- Metadata -->