aboutsummaryrefslogtreecommitdiff
path: root/template/post.html
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2022-06-28 19:02:56 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2022-06-28 19:02:56 +0200
commit991d657e4c980e6d1114e4adb27f20332e1f7d6b (patch)
treed31f1d1de59e44a903883151807d9ae2efb23764 /template/post.html
parent5d9882a2d613be98eb3fe0344a051ef6e7c4539f (diff)
downloadmitjafelicijan.com-991d657e4c980e6d1114e4adb27f20332e1f7d6b.tar.gz
Added new styles
Diffstat (limited to 'template/post.html')
-rwxr-xr-xtemplate/post.html9
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>