Skip to content

Commit

Permalink
Merge pull request #2921 from kaimmej/removebreadcrumbs-2746
Browse files Browse the repository at this point in the history
Issue 2746: Remove breadcrumbs from all pages
  • Loading branch information
nateynateynate authored Jul 12, 2024
2 parents f822a48 + 93e4cab commit 85306ed
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 17 deletions.
3 changes: 2 additions & 1 deletion _includes/page-title.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<div class="full-width-layout--header" >

<div class="full-width-layout--header">
<div class="full-width-layout--header--title">
{% if include.primary_title %}
<h1>{{ include.primary_title }}</h1>
Expand Down
3 changes: 1 addition & 2 deletions _layouts/community_member.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
---
<main class="container">
<div class="page-without-hero">
{% include page-breadcrumbs-and-title.html
breadcrumbs=page.breadcrumbs
{% include page-title.html
primary_title=page.primary_title
title=page.title
%}
Expand Down
6 changes: 0 additions & 6 deletions _layouts/event.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
---
layout: fullwidth-with-breadcrumbs
breadcrumbs:
icon: meetings-and-events
items:
- title: Community
- title: Events
url: /events/calendar/2023-12.html
---

{% if page.hero_banner_image %}
Expand Down
3 changes: 1 addition & 2 deletions _layouts/fullwidth-with-breadcrumbs.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
{% endif %}
<main class="container">
<div class="{{ page_type_class }}">
{% include page-breadcrumbs-and-title.html
breadcrumbs=page.breadcrumbs
{% include page-title.html
primary_title=page.primary_title
title=page.title
%}
Expand Down
3 changes: 1 addition & 2 deletions _layouts/platform-category.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
{% endif %}
<main class="container">
<div class="{{ page_type_class }}">
{% include page-breadcrumbs-and-title.html
breadcrumbs=page.breadcrumbs
{% include page-title.html
primary_title=page.primary_title
title=page.title
%}
Expand Down
3 changes: 1 addition & 2 deletions _layouts/platform-solution.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
{% include opensearch-button.html %}
<main class="container">
<div class="{{ page_type_class }}">
{% include page-breadcrumbs-and-title.html
breadcrumbs=page.breadcrumbs
{% include page-title.html
primary_title=page.primary_title
title=page.title
%}
Expand Down
3 changes: 1 addition & 2 deletions _layouts/redesign-fullwidth.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
{% endif %}
<main class="container">
<div class="{{ page_type_class }}">
{% include page-breadcrumbs-and-title.html
breadcrumbs=page.breadcrumbs
{% include page-title.html
primary_title=page.primary_title
title=page.title
%}
Expand Down
1 change: 1 addition & 0 deletions community/members/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: fullwidth-with-breadcrumbs
title: Member Directory
primary_title: Member Directory

breadcrumbs:
icon: community
items:
Expand Down

0 comments on commit 85306ed

Please sign in to comment.