- Timestamp:
- 08/20/2026 02:27:56 AM (3 weeks ago)
- Branches:
- main
- Children:
- 88838bc
- Parents:
- d8f8f07
- Location:
- src/views
- Files:
-
- 2 edited
-
partials/read-article.ejs (modified) (1 diff)
-
shell.ejs (modified) (2 diffs)
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> -
src/views/shell.ejs
rd8f8f07 ra505f31 222 222 223 223 <!-- v9 stylesheet (full palette system) --> 224 <link rel="stylesheet" href="/assets/css/style.css?v=8 1">224 <link rel="stylesheet" href="/assets/css/style.css?v=82"> 225 225 <script> 226 226 /* iOS safe-area, built by hand. env(safe-area-inset-top) resolves to 0 on this iOS in … … 505 505 // Eén nummer voor de hele map. Te vaak bumpen kost één download; te weinig 506 506 // bumpen kost een bugfix die nooit aankomt. 507 var MOD_V = 1 6;507 var MOD_V = 19; 508 508 509 509 // name -> 1 (aan het laden) of de module-namespace (geladen). Een module
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)