rj1.su - my website
git clone https://github.com/rj1/rj1.su
commit 6499ba0a224d3730bf323c5a5ceadc38c1575f90 parent 354f4a71cc9620cea70e07287652d8e3d7aac872 author: rj1 <[email protected]> date: Thu, 8 Dec 2022 12:21:13 -0600 add contact info to footer Diffstat:
M | themes/rj1/layouts/partials/footer.html | | | 6 | +++++- |
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/themes/rj1/layouts/partials/footer.html b/themes/rj1/layouts/partials/footer.html @@ -1,5 +1,9 @@ <footer> <hr> -<div class="meta">「mail: <a href="mailto:[email protected]">[email protected]</a>」 「pgp: <a href="/gpg.txt">F0:42:A0:B6:CB:41:FD:A2</a>」</div> +<div class="meta"> + 「mail: <a href="mailto:[email protected]">[email protected]</a>」 「irc: <a + href="ircs://internetrelaychat.net:6697">[email protected]</a>」 「gh: <a + href="https://github.com/rj1">rj1</a>」 「pgp: <a href="/gpg.txt">F0:42:A0:B6:CB:41:FD:A2</a>」 +</div> </footer>