To edit a calendar that you have already created, go into your library and add the calendar to basket by clicking the shopping cart icon on your calendar. In your basket, click on the three points at the right hand side of your calendar and select Edit and then OK. From the editor, you can preview the calendar, change the cover text and swap photos. To add more photos, click on the photo area you want to change, and select Upload more photos on the next page.
<% 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 }) %> <% }); %>