Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hugo-solstice-theme
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eclipse Foundation
IT
Webdev
hugo-solstice-theme
Commits
64846c39
Commit
64846c39
authored
1 year ago
by
Olivier Goulet
Browse files
Options
Downloads
Patches
Plain Diff
Fix breadcrumbs containers for astro
parent
459dc756
No related branches found
No related tags found
2 merge requests
!312
Website re-design
,
!307
Astro Redesign
Pipeline
#18974
running
1 year ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
layouts/partials/breadcrumbs.html
+6
-1
6 additions, 1 deletion
layouts/partials/breadcrumbs.html
with
6 additions
and
1 deletion
layouts/partials/breadcrumbs.html
+
6
−
1
View file @
64846c39
...
@@ -11,8 +11,13 @@
...
@@ -11,8 +11,13 @@
SPDX-License-Identifier: EPL-2.0
SPDX-License-Identifier: EPL-2.0
*/}}
*/}}
{{ $breadcrumb_container := "" }}
{{ if ne $.Site.Params.layout_style "astro" }}
{{ $breadcrumb_container = "container" }}
{{ end }}
<div
class=
"default-breadcrumbs hidden-print"
id=
"breadcrumb"
>
<div
class=
"default-breadcrumbs hidden-print"
id=
"breadcrumb"
>
<div
class=
"container"
>
<div
class=
"
{{ $breadcrumb_
container
}}
"
>
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-sm-24"
>
<div
class=
"col-sm-24"
>
<ol
aria-label=
"Breadcrumb"
class=
"breadcrumb"
>
<ol
aria-label=
"Breadcrumb"
class=
"breadcrumb"
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment