no header if no books
parent
3377cba0a4
commit
a22d4008c0
|
@ -13,8 +13,8 @@
|
|||
<section class="paper">
|
||||
<%- content %>
|
||||
|
||||
<h2>Recently published ebooks</h2>
|
||||
<% if (feedItems.length) { %>
|
||||
<h2>Recently published ebooks</h2>
|
||||
<ul class="feed">
|
||||
<% for(const item of feedItems) { %>
|
||||
<li>
|
||||
|
|
Loading…
Reference in New Issue