Remove extra space from email link Signed-off-by: Anirudh Oppiliappan <x@icyphox.sh>
Anirudh Oppiliappan x@icyphox.sh
Tue, 19 Nov 2019 21:49:24 +0530
1 files changed,
1 insertions(+),
3 deletions(-)
jump to
M
templates/text.html
→
templates/text.html
@@ -37,9 +37,7 @@ {{ body }}
</div> <p class="muted">Questions or comments? Send an email to - <a href="mailto:~icyphox/x@lists.sr.ht?Subject=Re: {{ title }}"> - ~icyphox/x@lists.sr.ht - </a> — my <a href="https://lists.sr.ht/~icyphox/x">public inbox</a>.</p> + <a href="mailto:~icyphox/x@lists.sr.ht?Subject=Re: {{ title }}">~icyphox/x@lists.sr.ht</a> — my <a href="https://lists.sr.ht/~icyphox/x">public inbox</a>.</p> <footer> {{ footer }} </footer>