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 /template/post.html | |
| parent | ad65ada61fe617631020f486758a62a8d0440e72 (diff) | |
| download | mitjafelicijan.com-149cbf72e47eeb7dc7354207477b63c46c8e4fa9.tar.gz | |
Added IRC to the post pages
Diffstat (limited to 'template/post.html')
| -rwxr-xr-x | template/post.html | 5 |
1 files changed, 5 insertions, 0 deletions
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> |
