Changeset f79a471 in Klonkt for src/views/partials/post-tile.ejs
- Timestamp:
- 06/28/2026 04:32:37 PM (2 months ago)
- Branches:
- main
- Children:
- 74c5abc
- Parents:
- 1ff0043
- git-author:
- Robin Genis <roboburr@…> (06/28/2026 04:31:09 PM)
- git-committer:
- Robin Genis <roboburr@…> (06/28/2026 04:32:37 PM)
- File:
-
- 1 edited
-
src/views/partials/post-tile.ejs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/views/partials/post-tile.ejs
r1ff0043 rf79a471 19 19 <% if (_ext) { %>target="_blank" rel="noopener"<% } else { %>hx-get="<%= _href %>?partial=1" hx-target="#pcms-main" hx-swap="innerHTML" hx-push-url="<%= _href %>" hx-indicator="#pcms-loading"<% } %>> 20 20 21 <% if (_hasCover) { %><img class="grid-tile-img" src="<%= post.cover_image_url%>" alt="" loading="lazy" decoding="async"><% } %>21 <% if (_hasCover) { %><img class="grid-tile-img" src="<%= thumb(post.cover_image_url, 480) %>" alt="" loading="lazy" decoding="async"><% } %> 22 22 23 23 <% if (_typeLabel) { %>
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)