Changeset 5bc67b4 in Klonkt for src/views/pages/following.ejs
- Timestamp:
- 06/28/2026 09:20:04 PM (2 months ago)
- Branches:
- main
- Children:
- abc8959
- Parents:
- 492fc20
- File:
-
- 1 edited
-
src/views/pages/following.ejs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/views/pages/following.ejs
r492fc20 r5bc67b4 20 20 <% following.forEach(function(f){ %> 21 21 <li class="tl-foll"> 22 <span class="tl-foll-av"><% if (f.icon) { %><img src="<%= avatar(f.icon, 128) %>" alt=""><% } else { %><%= (f.name || '?').charAt(0).toUpperCase() %><% } %></span>22 <span class="tl-foll-av"><% if (f.icon) { %><img src="<%= avatar(f.icon, 96) %>" alt=""><% } else { %><%= (f.name || '?').charAt(0).toUpperCase() %><% } %></span> 23 23 <span class="tl-foll-meta"> 24 24 <a href="<%= f.url || f.actor_uri %>" target="_blank" rel="nofollow noopener"><%= f.name || f.handle %></a>
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)