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