Changeset 520e477 in Klonkt for src/views/pages/circle-feed.ejs
- Timestamp:
- 07/20/2026 07:35:55 AM (7 weeks ago)
- Branches:
- main
- Children:
- 22d2f5a8
- Parents:
- 1485933
- git-author:
- Robin <roboburr@…> (07/20/2026 07:26:51 AM)
- git-committer:
- Robin <roboburr@…> (07/20/2026 07:35:55 AM)
- File:
-
- 1 edited
-
src/views/pages/circle-feed.ejs (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/views/pages/circle-feed.ejs
r1485933 r520e477 67 67 <!-- ===== TIMELINE (standaard) ===== --> 68 68 <div class="container feed-timeline"> 69 <ul class="post-list feed-timeline-list" >69 <ul class="post-list feed-timeline-list" id="post-list"> 70 70 <% posts.forEach(function(post){ %> 71 71 <%- include('../partials/post-card', { post: post }) %> … … 76 76 <!-- ===== GRID (body[data-feed-view="grid"]) ===== --> 77 77 <section class="feed-grid container" aria-label="<%= t('cfeed.grid_view') %>"> 78 <div class="grid-tiles" >78 <div class="grid-tiles" id="grid-tiles"> 79 79 <% posts.forEach(function(post){ %> 80 80 <%- include('../partials/post-tile', { post: post }) %> … … 82 82 </div> 83 83 </section> 84 85 <% if (typeof hasMore !== 'undefined') { %> 86 <div class="container feed-more-wrap"> 87 <%- include('../partials/load-more', { hasMore: hasMore, nextOffset: nextOffset, moreBase: moreBase, moreTarget: '#post-list', morePath: '/cirkel' }) %> 88 </div> 89 <% } %> 84 90 85 91 <% } %>
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)