Leider haben wir diese Funktionen aktuell nicht.
Es ist aber ein Thema, das wir in Zukunft angehen möchten.
Dranbleiben lohnt sich also!
Wie können wir dir helfen?
Suche
<% if (previousArticle) { %>
<% } %>
<% if (items.length > 1) { %>
<% if (previousTitle) { %>
<% } %>
<% if (nextArticle) { %>
Vorheriger Artikel
<% } %> <%= previousArticle.title %>
<% if (nextTitle) { %>
<% } %>
Nächster Artikel
<% } %> <%= nextArticle.title %>-
<% items.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 }) %> <% }); %>