Changeset cf4cf27 in Klonkt for src/views/shell.ejs


Ignore:
Timestamp:
06/26/2026 05:10:47 PM (2 months ago)
Author:
Robin Genis <roboburr@…>
Branches:
main
Children:
eacd3d6
Parents:
eefd302
Message:

feat(circle): show only the post title in the feed + 2x larger source link

Circle feed used the whole post text as the title (run-on). Now extract just the
title (the note's bold first line); title-less notes fall back to a snippet. And the
'van <site>' source link (with ⛓ icon) is 2x larger (.72rem -> 1.44rem). style.css?v=55.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/views/shell.ejs

    reefd302 rcf4cf27  
    198198
    199199<!-- v9 stylesheet (full palette system) -->
    200 <link rel="stylesheet" href="/assets/css/style.css?v=54">
     200<link rel="stylesheet" href="/assets/css/style.css?v=55">
    201201<script>
    202202/* iOS safe-area, built by hand. env(safe-area-inset-top) resolves to 0 on this iOS in
Note: See TracChangeset for help on using the changeset viewer.