diff --git a/public_html/templates/home.tpl b/public_html/templates/home.tpl index c646e15f..980df919 100644 --- a/public_html/templates/home.tpl +++ b/public_html/templates/home.tpl @@ -4,7 +4,7 @@ Serving <%= globals.postCount || 0 %> posts (<%= formatFileSize(globals.postSize || 0) %>)

- <% if (post && typeof(post) !== 'undefined') { %> + <% if (post && post.id) { %>