Todas las fotos que no se utilizan para la creación de un libro de fotos digital se eliminan al salir de la herramienta de edición en línea. Para revisar estas fotos, debe descargarlas nuevamente.
<% if (previousArticle) { %>
<% } %>
<% if (allItems.length > 1) { %>
<% if (previousTitle) { %>
<% } %>
<% if (nextArticle) { %>
Artículo anterior
<% } %> <%= previousArticle.title %>
<% if (nextTitle) { %>
<% } %>
Artículo siguiente
<% } %> <%= 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 }) %> <% }); %>