Changeset 8afbdd6 in Klonkt for src/views/partials/topnav.ejs
- Timestamp:
- 06/14/2026 06:07:51 PM (3 months ago)
- Branches:
- main
- Children:
- c869272
- Parents:
- b94c08e
- File:
-
- 1 edited
-
src/views/partials/topnav.ejs (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/views/partials/topnav.ejs
rb94c08e r8afbdd6 16 16 const _hasSearch = !site || site.show_search === undefined || site.show_search; 17 17 const _hasPrutter = user && site && site.enable_prutter && (typeof tenancy !== 'undefined' && tenancy === 'hub'); 18 const _canPost = user && permissions && permissions.canCreatePost && permissions.canCreatePost(user, site); 18 const _canPost = user && (typeof canMutate === 'undefined' || canMutate) 19 && permissions && permissions.canCreatePost && permissions.canCreatePost(user, site); 19 20 %> 20 21 … … 36 37 hx-push-url="<%= _siteUrlBase %>/" hx-indicator="#pcms-loading"><%= site.title %></a> 37 38 <% } else { %> 38 <a class="site-title" href="/"> PrutFolio</a>39 <a class="site-title" href="/">Klonkt</a> 39 40 <% } %> 40 41 </div>
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)