Changeset a885afc in Klonkt
- Timestamp:
- 06/24/2026 01:27:56 PM (3 months ago)
- Branches:
- main
- Children:
- 7c44c12
- Parents:
- 7d932ce
- Location:
- src/views
- Files:
-
- 2 edited
-
pages/post.ejs (modified) (1 diff)
-
partials/fedi-node.ejs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/views/pages/post.ejs
r7d932ce ra885afc 84 84 <ol class="comments-list"> 85 85 <% fediverse.thread.forEach(function(n){ %> 86 <li class="comment"><%- include('../partials/fedi-node', { n: n }) %></li>86 <li class="comment"><%- include('../partials/fedi-node', { n: n, t: t, canManageSite: (typeof canManageSite !== 'undefined' ? canManageSite : false), _base: _base, siteAvatar: (typeof siteAvatar !== 'undefined' ? siteAvatar : null), formatDateTime: formatDateTime }) %></li> 87 87 <% }); %> 88 88 </ol> -
src/views/partials/fedi-node.ejs
r7d932ce ra885afc 33 33 <ol class="comment-replies"> 34 34 <% n.children.forEach(function(c){ %> 35 <li class="comment comment-reply"><%- include('../partials/fedi-node', { n: c }) %></li>35 <li class="comment comment-reply"><%- include('../partials/fedi-node', { n: c, t: t, canManageSite: (typeof canManageSite !== 'undefined' ? canManageSite : false), _base: _base, siteAvatar: (typeof siteAvatar !== 'undefined' ? siteAvatar : null), formatDateTime: formatDateTime }) %></li> 36 36 <% }); %> 37 37 </ol>
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)