diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 90409249f85..6dc98cf981d 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -108,19 +108,13 @@
{{ if $parent }}
{{ template "breadcrumb" dict "page" $parent "depth" $depth }}
{{end}}
+
+
+
+ {{ .page.Title }}
+
+
{{ if .depth }}
-
-
-
- {{ .page.Title }}
-
- >
- {{else}}
-
-
-
- {{ .page.Title }}
-
-
+ >
{{end}}
{{end}}
diff --git a/static/css/theme.css b/static/css/theme.css
index c13cc204ec0..fdf64955ad2 100644
--- a/static/css/theme.css
+++ b/static/css/theme.css
@@ -1015,6 +1015,14 @@ td {
#body #breadcrumbs .links meta {
display: none;
}
+#body #breadcrumbs .links li:last-of-type {
+ cursor: text;
+}
+a[aria-disabled="true"] {
+ color: inherit;
+ pointer-events: none;
+ text-decoration: none;
+}
@media only all and (max-width: 59.938em) {
#sidebar {
width: 230px;