nirm.al

my website
git clone git://git.nirm.al/nirm.al.git
Log | Files | Refs | README | LICENSE

commit c3546f23be8feb4e518af575006b8699c5cd2497
parent ba7b0fc828f5d7d39edb0055cbb77e5e4b183746
Author: Nirmal Kumar R <tildezero@gmail.com>
Date:   Tue, 23 Jul 2024 21:58:06 +0530

Remove trailing link on Mastodon a tag

Diffstat:
Mindex.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.html b/index.html @@ -104,7 +104,7 @@ <section class="content-wrapper"> <div class="content"> <p>This is my personal website. A place where you can read all my public musings. Rest of it is my internal flight and experience which I cannot put it into words although I try my best.</p> - <p class="contact">If you have any questions or suggestions, write to — <a href="mailto:inbox@nirm.al">inbox@nirm.al</a>. And you can also connect with me on <a rel="me" href="https://mastodon.social/@tildezero/">Mastodon</a>.</p> + <p class="contact">If you have any questions or suggestions, write to — <a href="mailto:inbox@nirm.al">inbox@nirm.al</a>. And you can also connect with me on <a rel="me" href="https://mastodon.social/@tildezero">Mastodon</a>.</p> </div> </section>