- Durch das Hinzufügen eines "#"-Zeichens und anschließendem Stichwort beim Erstellen von Beiträgen werden diese als Link formatiert.
- #Hashtags sind klickbar und durchsuchen das System nach dem #Hashtag
- #Hashtags bieten den Nutzer:innen eine neue Möglichkeit, Inhalte im Newsfeed zu erstellen und zu entdecken.
<% if (previousArticle) { %>
<% } %>
<% if (allItems.length > 1) { %>
<% if (previousTitle) { %>
<% } %>
<% if (nextArticle) { %>
<%= previousTitle %>
<% } %> <%= previousArticle.title %>
<% if (nextTitle) { %>
<% } %>
<%= nextTitle %>
<% } %> <%= nextArticle.title %>Inhalt des Artikels
-
<% 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 }) %> <% }); %>