diff options
Diffstat (limited to 'template')
| -rwxr-xr-x | template/_meta.html | 2 | ||||
| -rwxr-xr-x | template/post.html | 5 | ||||
| -rwxr-xr-x | template/style.css | 2 |
3 files changed, 7 insertions, 2 deletions
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 { |
