Changeset b67edbd in Klonkt for src/views/partials/post-body.ejs
- Timestamp:
- 08/18/2026 06:47:58 PM (3 weeks ago)
- Branches:
- main
- Children:
- 7421147
- Parents:
- 9622f20
- git-author:
- Bart <bart@…> (08/18/2026 12:19:20 AM)
- git-committer:
- Bart <bart@…> (08/18/2026 06:47:58 PM)
- File:
-
- 1 edited
-
src/views/partials/post-body.ejs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/views/partials/post-body.ejs
r9622f20 rb67edbd 19 19 var _b = (typeof _base !== 'undefined' && _base) ? _base : ''; 20 20 var _href = _b + '/' + post.slug; 21 // Het lijf komt als eigen waarde binnen en wordt NIET uit `post` gevist. De rij 22 // draagt nog de ruwe `content`; door alleen te tonen wat de aanroeper bewust 23 // meegeeft, kan een gesloten poort hier niets laten ontsnappen. 24 var _html = (typeof content_html !== 'undefined' && content_html) ? content_html : ''; 21 25 %> 22 26 23 27 <% if (_acc === 'full') { %> 24 <div class="post-content"><%- post.content_html %></div>28 <div class="post-content"><%- _html %></div> 25 29 26 30 <% } else if (_acc === 'paid') { %>
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)