Changeset 283f618 in Klonkt for src/views/partials
- Timestamp:
- 06/26/2026 07:26:26 AM (2 months ago)
- Branches:
- main
- Children:
- f278df9
- Parents:
- eb2fe08
- File:
-
- 1 edited
-
src/views/partials/profile-header.ejs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/views/partials/profile-header.ejs
reb2fe08 r283f618 70 70 <%# Follow-via-fediverse: a compact icon in the links row (keeps the header 71 71 short), and hidden for the owner — you don't follow yourself. %> 72 <% var _showFollow = (typeof canManageFedi === 'undefined' || !canManageFedi) && site && site.slug ; %>72 <% var _showFollow = (typeof canManageFedi === 'undefined' || !canManageFedi) && site && site.slug && (typeof apEnabled === 'undefined' || apEnabled); %> 73 73 <% if (_profileLinks.length || _showFollow) { %> 74 74 <% const _platforms = (typeof platforms_catalog !== 'undefined' && platforms_catalog) || {}; %>
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)