fixed issues with site urls not being a site root (hopefully)

This commit is contained in:
2026-05-30 18:34:18 +01:00
parent 4955ebe7bd
commit dd317883be
17 changed files with 56 additions and 56 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
<a id='site-index-link' href="/index/pages"><%= locale.site_index %></a><br/>
<a id='site-index-link' href="<%= config.site_url %>/index/pages"><%= locale.site_index %></a><br/>
<%= locale.site_ran_by %> <%= config.site_admin %><br/>
<%- locale.attribution %><br/>
<%= locale.AI_consent %> <!-- remove consent for AI scrapers -->