Changeset a505f31 in Klonkt for src/views/partials/read-article.ejs
- Timestamp:
- 08/20/2026 02:27:56 AM (3 weeks ago)
- Branches:
- main
- Children:
- 88838bc
- Parents:
- d8f8f07
- File:
-
- 1 edited
-
src/views/partials/read-article.ejs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/views/partials/read-article.ejs
rd8f8f07 ra505f31 68 68 69 69 <header class="read-head"> 70 <h1 class="read-title"><a href="<%= _b %>/<%= post.slug %>"><%= post.title || '' %></a></h1> 70 <%# Vastgepind hoort zichtbaar te zijn in de titel: in de leesstroom staat een 71 gepind bericht bovenaan zonder dat je ziet WAAROM het daar staat. Zelfde 72 icoon als in de tijdlijn (post-card.ejs), zodat het hetzelfde ding is. %> 73 <h1 class="read-title"> 74 <% if (post.pinned > 0) { %><span class="read-pin" title="<%= t('read.pinned') %>" aria-label="<%= t('read.pinned') %>"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.1" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><line x1="12" y1="17" x2="12" y2="22"/><path d="M5 17h14v-1.76a2 2 0 0 0-1.11-1.79l-1.78-.9A2 2 0 0 1 15 10.76V6h1a2 2 0 0 0 0-4H8a2 2 0 0 0 0 4h1v4.76a2 2 0 0 1-1.11 1.79l-1.78.9A2 2 0 0 0 5 15.24z"/></svg></span><% } %><a href="<%= _b %>/<%= post.slug %>"><%= post.title || '' %></a> 75 </h1> 71 76 <% if (post.published_at) { %><p class="read-when"><%= formatDateTime(post.published_at) %></p><% } %> 72 77 </header>
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)