From 149cbf72e47eeb7dc7354207477b63c46c8e4fa9 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sat, 12 Feb 2022 10:57:51 +0100 Subject: Added IRC to the post pages --- template/_meta.html | 2 +- template/post.html | 5 +++++ template/style.css | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) (limited to 'template') diff --git a/template/_meta.html b/template/_meta.html index c3a1a39..fac5c23 100755 --- a/template/_meta.html +++ b/template/_meta.html @@ -5,7 +5,7 @@ - + diff --git a/template/post.html b/template/post.html index 31a77b6..eb7d1b2 100755 --- a/template/post.html +++ b/template/post.html @@ -31,6 +31,11 @@
+

+ IRC: You can contact me on IRC irc.libera.chat:6697 on channel #mitjafelicijan. + Or by going to https://web.libera.chat/#mitjafelicijan. +

+

Comments

diff --git a/template/style.css b/template/style.css index 21b1586..6def45f 100755 --- a/template/style.css +++ b/template/style.css @@ -174,7 +174,7 @@ blockquote p { } .post-list li { - margin: 0 0 20px 0; + margin: 0 0 15px 0; } .post-list li time { -- cgit v1.2.3