Changeset 74c5abc in Klonkt for src/views/pages/following.ejs
- Timestamp:
- 06/28/2026 04:46:38 PM (2 months ago)
- Branches:
- main
- Children:
- 99989f9
- Parents:
- f79a471
- File:
-
- 1 edited
-
src/views/pages/following.ejs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/views/pages/following.ejs
rf79a471 r74c5abc 20 20 <% following.forEach(function(f){ %> 21 21 <li class="tl-foll"> 22 <span class="tl-foll-av"><% if (f.icon) { %><img src="<%= f.icon%>" alt=""><% } else { %><%= (f.name || '?').charAt(0).toUpperCase() %><% } %></span>22 <span class="tl-foll-av"><% if (f.icon) { %><img src="<%= avatar(f.icon, 128) %>" 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)