Changeset 476d6e7 in Klonkt for src/views/partials/post-tile.ejs
- Timestamp:
- 07/16/2026 12:20:51 PM (8 weeks ago)
- Branches:
- main
- Children:
- 1cc8c85
- Parents:
- af21002
- git-author:
- Robin <roboburr@…> (07/13/2026 05:36:18 AM)
- git-committer:
- Robin <roboburr@…> (07/16/2026 12:20:51 PM)
- File:
-
- 1 edited
-
src/views/partials/post-tile.ejs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/views/partials/post-tile.ejs
raf21002 r476d6e7 39 39 <% if (_src) { %><span class="grid-tile-gradient-src">van <%= _src %></span><% } %> 40 40 <% } %> 41 <% if (post.nsfw) { %><div class="nsfw-veil">< span class="nsfw-veil-label">🔞 <%= post.content_warning || t('post.nsfw_warning') %></span><span class="nsfw-veil-btn"><%= t('post.nsfw_show') %></span></div><% } %>41 <% if (post.nsfw) { %><div class="nsfw-veil"><%- include('nsfw-veil', { cw: post.content_warning }) %></div><% } %> 42 42 </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)