Favourites is an album that is created automatically in your iPhone when you start favouring photos in your device. You can find this album in your Photos app. To favourite a photo, simply open it in your Photos app and press the heart button that appears under the photo. Once your favourite a photo, it will be added automatically to your Favourites folder and to your Series (if you had selected Favourites as the photo source).
<% 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 }) %> <% }); %>