chore(banners/email.liquid): add reply via email banner linking to contact page

This commit is contained in:
Cory Dransfeldt 2025-04-26 15:48:48 -07:00
parent d8428e1ce0
commit ea6d1c9284
No known key found for this signature in database
4 changed files with 36 additions and 15 deletions

View file

@ -0,0 +1,5 @@
<div class="banner mail">
<p>
{% tablericon "mail" %} <a class="mail" href="/contact">Reply to or discuss this post via email.</a>
</p>
</div>