Changeset 5bc67b4 in Klonkt for src/views/partials/fedi-node.ejs
- Timestamp:
- 06/28/2026 09:20:04 PM (2 months ago)
- Branches:
- main
- Children:
- abc8959
- Parents:
- 492fc20
- File:
-
- 1 edited
-
src/views/partials/fedi-node.ejs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/views/partials/fedi-node.ejs
r492fc20 r5bc67b4 1 1 <%# Renders one fediverse thread node (n). Expects: n, t, canManageSite, _base, siteAvatar, formatDateTime, postSlug %> 2 2 <div class="comment-avatar"> 3 <% if (n.actor_icon) { %><img src="<%= avatar(n.actor_icon, 128) %>" alt="" loading="lazy">3 <% if (n.actor_icon) { %><img src="<%= avatar(n.actor_icon, 96) %>" alt="" loading="lazy"> 4 4 <% } else { %><span><%= (n.actor_name || '?').charAt(0).toUpperCase() %></span><% } %> 5 5 </div>
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)