Skip to content

Commit

Permalink
chore: also remove footer for no-comment status
Browse files Browse the repository at this point in the history
  • Loading branch information
Candinya committed Jun 26, 2024
1 parent 028c16e commit fb1943e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layout/_index_style/status.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</div>
</div>
</div>
<% if (!post.link || post.comments) { %>
<% if (post.comments) { %>
<footer class="kratos-entry-post-meta">
<span class="pull-left">
<time datetime="<%= date_xml(post.date) %>" itemprop="datePublished">
Expand Down

0 comments on commit fb1943e

Please sign in to comment.