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 --- .gitignore | 1 + .vscode/settings.json | 4 ++++ template/_meta.html | 2 +- template/post.html | 5 +++++ template/style.css | 2 +- 5 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 .vscode/settings.json diff --git a/.gitignore b/.gitignore index 86ace0e..8bedf24 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ node_modules/ tmp/ package-lock.json +openring-build.html .firebase/ public/ .DS_Store diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..e3e41d3 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,4 @@ +{ + "editor.formatOnPaste": false, + "editor.formatOnSave": false +} 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