Changeset 74c5abc in Klonkt for src/views/partials/fedi-node.ejs
- Timestamp:
- 06/28/2026 04:46:38 PM (2 months ago)
- Branches:
- main
- Children:
- 99989f9
- Parents:
- f79a471
- File:
-
- 1 edited
-
src/views/partials/fedi-node.ejs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/views/partials/fedi-node.ejs
rf79a471 r74c5abc 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="<%= n.actor_icon%>" alt="" loading="lazy">3 <% if (n.actor_icon) { %><img src="<%= avatar(n.actor_icon, 128) %>" 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)