Fix email template in text.html
Anirudh Oppiliappan x@icyphox.sh
Thu, 12 Aug 2021 11:16:28 +0530
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
templates/text.html
→
templates/text.html
@@ -23,7 +23,7 @@ {{ .Body }}
</article> <p class="muted" align="center">Questions or comments? Send an - <a href=mailto:x@icyphox.sh?Subject=Re: {{ index .Meta "title" }}>email</a>. + <a href="mailto:x@icyphox.sh?Subject=Re: {{ index .Meta "title" }}">email</a>. </main> <footer> {{ template "footer.html" }}