Skip to content

Theme: remove article breadcrumb, fix sidebar logo URL - #67

Merged
rivassec merged 1 commit into
mainfrom
remove-article-breadcrumb
Sep 12, 2026
Merged

Theme: remove article breadcrumb, fix sidebar logo URL#67
rivassec merged 1 commit into
mainfrom
remove-article-breadcrumb

Conversation

@rivassec

Copy link
Copy Markdown
Owner

Requested cleanup of the article hero.

  • Visual breadcrumb (HOME | CATEGORY) above article titles removed. The BreadcrumbList JSON-LD in jsonld_article.html is untouched, so search engines keep the structured trail - this only removes the on-page element.
  • The top-left RivasSec site-title already links to / (verified in both the built HTML and the live site) - no change needed there.
  • Bonus fix: the sidebar logo <img> used a bare relative SITELOGO src, so the avatar 404'd on every non-root page (category/author/tag pages) - likely why the header shows no logo in some views. Now SITEURL-prefixed; the logo's wrapping link also goes to /.

Verified: breadcrumb absent from built articles, BreadcrumbList JSON-LD present, avatar src absolute on category pages, csp_audit + canonical guard + 27 tests green.

- The HOME | CATEGORY breadcrumb above article titles is removed by
  request; the BreadcrumbList JSON-LD stays, so crawlers keep the trail.
- The sidebar logo img used a bare relative SITELOGO src, 404ing on any
  non-root page (category/author/tag); now SITEURL-prefixed. The logo
  and the RivasSec site-title both link to / (the title already did).
@rivassec
rivassec merged commit 6a19d49 into main Sep 12, 2026
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant