Reworked blog footer

This commit is contained in:
Brandon Rozek 2025-01-05 20:53:19 -05:00
parent 60b013a30f
commit 615e03bca3
No known key found for this signature in database
GPG key ID: DFB0E78F805F4567
2 changed files with 13 additions and 7 deletions

View file

@ -25,13 +25,20 @@
</div>
</article>
<div class="noprint" style="margin-bottom: 2rem; display: flex; justify-content: center; flex-wrap: wrap; gap: 20px;">
<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>
<hr style="margin-bottom: 3rem;"/>
<div class="noprint" style="text-align: left;">
<p>Have any questions or want to chat: <a href='mailto:{{ .Site.Params.email }}?subject=Re: "{{ .Title }}"' class="reply-button"><i class="fa fa-paper-plane" style="margin-right: 0.5rem;"></i>Reply via Email</a></p>
<p>Enjoyed this post?</p>
<ul style="list-style: none;">
<li>Support: <a href="/support"><i class="fas fa-coffee" style="margin-right: 0.5rem;"></i>Buy me a Coffee</a></li>
<li>{{ partial "sharepost.html" . }}</li>
</ul>
{{ partial "webmentions.html" . }}
</div>
{{ partial "sharepost.html" . }}
{{ partial "webmentions.html" . }}
</main>
<!-- Metadata -->
<script type="application/ld+json">

View file

@ -1,5 +1,4 @@
<div class="noprint" style="margin-bottom: 1rem;">Was this useful? Feel free to share:
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>
<a href="https://twitter.com/intent/tweet?url={{ .Permalink }}&text={{ .Title }}">Twitter</a>
</div>