diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-02-12 10:57:51 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-02-12 10:57:51 +0100 |
| commit | 149cbf72e47eeb7dc7354207477b63c46c8e4fa9 (patch) | |
| tree | 9b3e843a03d770e4239f0adf247170fe3f41167a | |
| parent | ad65ada61fe617631020f486758a62a8d0440e72 (diff) | |
| download | mitjafelicijan.com-149cbf72e47eeb7dc7354207477b63c46c8e4fa9.tar.gz | |
Added IRC to the post pages
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | .vscode/settings.json | 4 | ||||
| -rwxr-xr-x | template/_meta.html | 2 | ||||
| -rwxr-xr-x | template/post.html | 5 | ||||
| -rwxr-xr-x | template/style.css | 2 |
5 files changed, 12 insertions, 2 deletions
| @@ -1,6 +1,7 @@ | |||
| 1 | node_modules/ | 1 | node_modules/ |
| 2 | tmp/ | 2 | tmp/ |
| 3 | package-lock.json | 3 | package-lock.json |
| 4 | openring-build.html | ||
| 4 | .firebase/ | 5 | .firebase/ |
| 5 | public/ | 6 | public/ |
| 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 { |
