feat: reply by email

This commit is contained in:
Ayo 2023-05-21 22:08:34 +02:00
parent 000160a69e
commit 50d7583026

View file

@ -62,6 +62,34 @@ layout: default
</div>
<div class="blog-post__after-content">
<div id="reply-by-email">
<a href="mailto:blog@ayco.io?subject=Re: {{page.title}}">Thoughts? Reply to this post by email</a>
<style>
#reply-by-email {
margin: 2em 0;
}
#reply-by-email a:hover {
color: #ee4a03;
border: 1px solid #ee4a03;
}
#reply-by-email a {
color: #bb4a03;
background-color: #f5f5f5;
border: 1px solid #ccc;
border-radius: 5px;
padding: 10px 15px;
width: calc(100% - 30px);
text-align: center;
display: inline-block;
font-size: 24px;
font-weight: bold;
font-family: medium-content-sans-serif-font, -apple-system,
BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell,
"Open Sans", "Helvetica Neue", sans-serif !important;
}
</style>
</div>
<div id="rss-sign-up">
<span>For more <em>{{ page.category }}</em> posts like this, subscribe to my <a href={{'feed.xml' | relative_url}}>RSS feed</a></span>
</div>