diff options
Diffstat (limited to 'template/post.html')
| -rwxr-xr-x | template/post.html | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/template/post.html b/template/post.html index 839444d..461480d 100755 --- a/template/post.html +++ b/template/post.html | |||
| @@ -19,7 +19,7 @@ | |||
| 19 | <header> | 19 | <header> |
| 20 | <h1 itemtype="headline">{{.Title}}</h1> | 20 | <h1 itemtype="headline">{{.Title}}</h1> |
| 21 | {{if .Listing}} | 21 | {{if .Listing}} |
| 22 | <time>Posted on {{.CreatedFormatted}}</time> | 22 | <time>Published on {{.CreatedFormatted}}</time> |
| 23 | {{end}} | 23 | {{end}} |
| 24 | </header> | 24 | </header> |
| 25 | <div> | 25 | <div> |
| @@ -31,11 +31,13 @@ | |||
| 31 | 31 | ||
| 32 | <hr class="top-margin"> | 32 | <hr class="top-margin"> |
| 33 | 33 | ||
| 34 | <p> | 34 | <p class="top-margin"> |
| 35 | <strong>IRC:</strong> You can contact me on IRC <code>irc.libera.chat:6697</code> on channel <code>#mitjafelicijan</code>. | 35 | <strong>Comment, contact:</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>. | 36 | Or by going to <a href="https://web.libera.chat/#mitjafelicijan" target="_blank">https://web.libera.chat/#mitjafelicijan</a>. |
| 37 | </p> | 37 | </p> |
| 38 | 38 | ||
| 39 | <p>You can also just write me an email at m@mitjafelicijan.com</p> | ||
| 40 | |||
| 39 | <hr class="top-margin"> | 41 | <hr class="top-margin"> |
| 40 | 42 | ||
| 41 | {{if .Posts}} | 43 | {{if .Posts}} |
| @@ -59,6 +61,7 @@ | |||
| 59 | <hr class="top-margin"> | 61 | <hr class="top-margin"> |
| 60 | 62 | ||
| 61 | {{template "openring-build.html"}} | 63 | {{template "openring-build.html"}} |
| 64 | |||
| 62 | {{end}} | 65 | {{end}} |
| 63 | 66 | ||
| 64 | </main> | 67 | </main> |
