aboutsummaryrefslogtreecommitdiff
path: root/templates/post.html
diff options
context:
space:
mode:
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