- Timestamp:
- 06/19/2026 09:40:04 AM (3 months ago)
- Branches:
- main
- Children:
- 535f955
- Parents:
- 1e2e9e7
- File:
-
- 1 edited
-
src/views/partials/post-nav.ejs (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/views/partials/post-nav.ejs
r1e2e9e7 r8cdb377 8 8 hx-get="/<%= newerPost.slug %>?partial=1" hx-target="#pcms-main" 9 9 hx-push-url="/<%= newerPost.slug %>" hx-indicator="#pcms-loading"<% } %>> 10 <span class="post-nav-label"> ← Newer</span>10 <span class="post-nav-label"><% if (newerPost.pinned) { %><span class="post-nav-pin" title="Vastgepind">📌</span> <% } %>← Newer</span> 11 11 <span class="post-nav-title"><%= newerPost.title %></span> 12 12 </a> … … 21 21 hx-get="/<%= olderPost.slug %>?partial=1" hx-target="#pcms-main" 22 22 hx-push-url="/<%= olderPost.slug %>" hx-indicator="#pcms-loading"<% } %>> 23 <span class="post-nav-label">Older →< /span>23 <span class="post-nav-label">Older →<% if (olderPost.pinned) { %> <span class="post-nav-pin" title="Vastgepind">📌</span><% } %></span> 24 24 <span class="post-nav-title"><%= olderPost.title %></span> 25 25 </a> … … 45 45 .post-nav-label { font-size: 0.8rem; color: var(--ink-muted); margin-bottom: 0.25rem; } 46 46 .post-nav-title { font-weight: 500; } 47 .post-nav-pin { font-size: 0.85em; } 47 48 @media (max-width: 600px) { .post-nav { grid-template-columns: 1fr; } } 48 49 </style>
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)