Changeset ab544fd in Klonkt for src/views/partials
- Timestamp:
- 06/14/2026 04:49:24 PM (3 months ago)
- Branches:
- main
- Children:
- 6150acb
- Parents:
- a64f642
- File:
-
- 1 edited
-
src/views/partials/profile-header.ejs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/views/partials/profile-header.ejs
ra64f642 rab544fd 37 37 hx-push-url="<%= (typeof siteUrlBase !== 'undefined' && siteUrlBase) ? siteUrlBase : '' %>/" 38 38 hx-indicator="#pcms-loading" aria-label="Home"> 39 <% if (typeof user !== 'undefined' && user && user.avatar_url) { %> 40 <img src="<%= user.avatar_url %>" alt=""> 41 <% } else if (site.profile_photo) { %> 39 <% if (site.profile_photo) { %> 42 40 <img src="<%= site.profile_photo %>" alt=""> 41 <% } else if (typeof siteOwnerAvatar !== 'undefined' && siteOwnerAvatar) { %> 42 <img src="<%= siteOwnerAvatar %>" alt=""> 43 43 <% } else if (site.enable_audio_player) { %> 44 44 <span class="profile-photo-fallback profile-photo-fallback--music" aria-hidden="true">
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)