aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2022-02-12 10:57:51 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2022-02-12 10:57:51 +0100
commit149cbf72e47eeb7dc7354207477b63c46c8e4fa9 (patch)
tree9b3e843a03d770e4239f0adf247170fe3f41167a
parentad65ada61fe617631020f486758a62a8d0440e72 (diff)
downloadmitjafelicijan.com-149cbf72e47eeb7dc7354207477b63c46c8e4fa9.tar.gz
Added IRC to the post pages
-rw-r--r--.gitignore1
-rw-r--r--.vscode/settings.json4
-rwxr-xr-xtemplate/_meta.html2
-rwxr-xr-xtemplate/post.html5
-rwxr-xr-xtemplate/style.css2
5 files changed, 12 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 86ace0e..8bedf24 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
1node_modules/ 1node_modules/
2tmp/ 2tmp/
3package-lock.json 3package-lock.json
4openring-build.html
4.firebase/ 5.firebase/
5public/ 6public/
6.DS_Store 7.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 @@
1{
2 "editor.formatOnPaste": false,
3 "editor.formatOnSave": false
4}
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 @@
5 5
6<meta name="theme-color" content="#ffffff"> 6<meta name="theme-color" content="#ffffff">
7 7
8<link rel="stylesheet" href="/style.css?v=2022-02-11-02"> 8<link rel="stylesheet" href="/style.css?v=2022-02-12-02">
9 9
10<link rel="alternate" type="application/rss+xml" href="/feed.rss"> 10<link rel="alternate" type="application/rss+xml" href="/feed.rss">
11<link rel="alternate" type="application/feed+json" href="/feed.json"> 11<link rel="alternate" type="application/feed+json" href="/feed.json">
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 @@
31 31
32 <hr class="top-margin"> 32 <hr class="top-margin">
33 33
34 <p>
35 <strong>IRC:</strong> You can contact me on IRC <code>irc.libera.chat:6697</code> on channel <code>#mitjafelicijan</code>.
36 Or by going to <a href="https://web.libera.chat/#mitjafelicijan" target="_blank">https://web.libera.chat/#mitjafelicijan</a>.
37 </p>
38
34 <section class="comments" data-guid="{{.Slug}}"> 39 <section class="comments" data-guid="{{.Slug}}">
35 <h4>Comments</h4> 40 <h4>Comments</h4>
36 <form> 41 <form>
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 {
174} 174}
175 175
176.post-list li { 176.post-list li {
177 margin: 0 0 20px 0; 177 margin: 0 0 15px 0;
178} 178}
179 179
180.post-list li time { 180.post-list li time {