Changing the title of the photo book is easy. All you have to do is click on your front page on the edit page and edit the text in the white text box. You can use different fonts and choose a title that is perfect for your book.
<% if (previousArticle) { %>
<% } %>
<% if (allItems.length > 1) { %>
<% if (previousTitle) { %>
<% } %>
<% if (nextArticle) { %>
Previous article
<% } %> <%= previousArticle.title %>
<% if (nextTitle) { %>
<% } %>
Next article
<% } %> <%= nextArticle.title %>In this article
-
<% allItems.forEach(function(item) { %>
- <%= item.name %> <%= partial('partial-table-of-contents', { items: item.children, partial: partial }) %> <% }); %>
-
<% items.forEach(function(item) { %>
- <%= item.name %> <%= partial('partial-table-of-contents', { items: item.children, partial: partial }) %> <% }); %>