Fixed home page when no post is featured
This commit is contained in:
parent
54d55a9f26
commit
bb381642dc
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
<small>Serving <%= globals.postCount || 0 %> posts (<%= formatFileSize(globals.postSize || 0) %>)</small>
|
<small>Serving <%= globals.postCount || 0 %> posts (<%= formatFileSize(globals.postSize || 0) %>)</small>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<% if (post && typeof(post) !== 'undefined') { %>
|
<% if (post && post.id) { %>
|
||||||
<div class="post">
|
<div class="post">
|
||||||
<div id="post-content-target">
|
<div id="post-content-target">
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue