After selecting a calendar, you will be invited to upload images. You can upload images from your device, Facebook, Instagram, Dropbox, Google Photo, Flickr and Amazon. You can add photos later on in the editing process by clicking on the page you want to edit and then clicking on the image icon that appears in the left-hand corner. Then select Upload more photos at the bottom of the 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 }) %> <% }); %>