Adding Reply via Email
Today I'll be talking about how I added a "Reply via Email" button to my website
As you can probably see, if you scroll down to the comments above them is a "Reply via Email" button
Inspired by kev, joel, fury I made a reply via email button
First, I took a look at the source code of joel's website because his workflow/design is what this website is most similar to what I was going for
Everything was pretty much the same - making a partial, adding it into HTML - except the variable for the title of the page which are different in Hugo - site.title
is .Site.Title
Currently my mail server is not really working as I mentioned in the blogpost about my mailserver, but im still able to recieve email but I can't respond
This was day 9 of #100DaysToOffload