aboutsummaryrefslogtreecommitdiff
path: root/templates/post.html
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2024-06-18 22:27:38 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2024-06-18 22:27:38 +0200
commit3d2ca2089cb20bfe0322118445fd859a9a4c331d (patch)
tree60c187df2871d3580132a2ad0faaa03b6fb2c9a0 /templates/post.html
parent98305f7183e28c672c391a686317c8b742fb7f79 (diff)
downloadmitjafelicijan.com-3d2ca2089cb20bfe0322118445fd859a9a4c331d.tar.gz
Simplified template
Diffstat (limited to 'templates/post.html')
-rw-r--r--templates/post.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/post.html b/templates/post.html
index 79a950a..c8925fa 100644
--- a/templates/post.html
+++ b/templates/post.html
@@ -21,7 +21,7 @@
21 {{ if and (eq .Type "post") (not .Draft) }} 21 {{ if and (eq .Type "post") (not .Draft) }}
22 <li><a href="{{ .RelPermalink }}">{{ .Title }}</a></li> 22 <li><a href="{{ .RelPermalink }}">{{ .Title }}</a></li>
23 {{ end }} 23 {{ end }}
24 {{ end }} 24 {{ end }}
25 </ul> 25 </ul>
26</section> 26</section>
27 27