Skip to content

Commit 81ee389

Browse files
robertvokacclaude
andcommitted
Fix: remove self-referential breadcrumb entries from all 56 pages
Depth-1 section pages (About, Blupi, Projects, Technologies, Template) had their single self-ref replaced with a Home link. Deeper pages had their redundant last entry (pointing to themselves) removed, so the breadcrumb now shows the path to the page rather than including it. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 43b9839 commit 81ee389

112 files changed

Lines changed: 66 additions & 219 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

About/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<script>
1414
PAGE_CONFIG = {
1515
breadcrumb: [
16-
{label: "About", href: "About/index.html"}
16+
{label: "Home", href: "index.html"}
1717
],
1818
subpages: [
1919
{label: "Go Up", href: "./index.html"},

Blupi/Blupi.com/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
<script>
1414
PAGE_CONFIG = {
1515
breadcrumb: [
16-
{label: "Blupi", href: "Blupi/index.html"},
17-
{label: "Blupi.com", href: "Blupi/Blupi.com/index.html"}
16+
{label: "Blupi", href: "Blupi/index.html"}
1817
],
1918
subpages: [
2019
{label: "Go Up", href: "Blupi/index.html"}

Blupi/Community/Robert_Vokac/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
PAGE_CONFIG = {
1515
breadcrumb: [
1616
{label: "Blupi", href: "Blupi/index.html"},
17-
{label: "Community", href: "Blupi/Community/index.html"},
18-
{label: "Robert Vokac", href: "Blupi/Community/Robert_Vokac/index.html"}
17+
{label: "Community", href: "Blupi/Community/index.html"}
1918
],
2019
subpages: [
2120
{label: "Go Up", href: "Blupi/Community/index.html"}

Blupi/Community/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
<script>
1414
PAGE_CONFIG = {
1515
breadcrumb: [
16-
{label: "Blupi", href: "Blupi/index.html"},
17-
{label: "Community", href: "Blupi/Community/index.html"}
16+
{label: "Blupi", href: "Blupi/index.html"}
1817
],
1918
subpages: [
2019
{label: "Go Up", href: "Blupi/index.html"},

Blupi/Fan_projects/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
<script>
1414
PAGE_CONFIG = {
1515
breadcrumb: [
16-
{label: "Blupi", href: "Blupi/index.html"},
17-
{label: "Fan projects", href: "Blupi/Fan_projects/index.html"}
16+
{label: "Blupi", href: "Blupi/index.html"}
1817
],
1918
subpages: [
2019
{label: "Go Up", href: "Blupi/index.html"},

Blupi/Games/Blupi_at_Home/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
PAGE_CONFIG = {
1515
breadcrumb: [
1616
{label: "Blupi", href: "Blupi/index.html"},
17-
{label: "Games", href: "Blupi/Games/index.html"},
18-
{label: "Blupi at Home", href: "Blupi/Games/Blupi_at_Home/index.html"}
17+
{label: "Games", href: "Blupi/Games/index.html"}
1918
],
2019
subpages: [
2120
{label: "Go Up", href: "Blupi/Games/index.html"}

Blupi/Games/Blupi_is_Back/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
PAGE_CONFIG = {
1515
breadcrumb: [
1616
{label: "Blupi", href: "Blupi/index.html"},
17-
{label: "Games", href: "Blupi/Games/index.html"},
18-
{label: "Blupi is Back", href: "Blupi/Games/Blupi_is_Back/index.html"}
17+
{label: "Games", href: "Blupi/Games/index.html"}
1918
],
2019
subpages: [
2120
{label: "Go Up", href: "Blupi/Games/index.html"}

Blupi/Games/Planet_Blupi/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
PAGE_CONFIG = {
1515
breadcrumb: [
1616
{label: "Blupi", href: "Blupi/index.html"},
17-
{label: "Games", href: "Blupi/Games/index.html"},
18-
{label: "Planet Blupi", href: "Blupi/Games/Planet_Blupi/index.html"}
17+
{label: "Games", href: "Blupi/Games/index.html"}
1918
],
2019
subpages: [
2120
{label: "Go Up", href: "Blupi/Games/index.html"}

Blupi/Games/Speedy_Blupi_(Windows)/BLP/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
breadcrumb: [
1616
{label: "Blupi", href: "Blupi/index.html"},
1717
{label: "Games", href: "Blupi/Games/index.html"},
18-
{label: "Speedy Blupi (Windows)", href: "Blupi/Games/Speedy_Blupi_(Windows)/index.html"},
19-
{label: "BLP", href: "Blupi/Games/Speedy_Blupi_(Windows)/BLP/index.html"}
18+
{label: "Speedy Blupi (Windows)", href: "Blupi/Games/Speedy_Blupi_(Windows)/index.html"}
2019
],
2120
subpages: [
2221
{label: "Go Up", href: "Blupi/Games/Speedy_Blupi_(Windows)/index.html"}

Blupi/Games/Speedy_Blupi_(Windows)/Blocks/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
breadcrumb: [
1616
{label: "Blupi", href: "Blupi/index.html"},
1717
{label: "Games", href: "Blupi/Games/index.html"},
18-
{label: "Speedy Blupi (Windows)", href: "Blupi/Games/Speedy_Blupi_(Windows)/index.html"},
19-
{label: "Blocks", href: "Blupi/Games/Speedy_Blupi_(Windows)/Blocks/index.html"}
18+
{label: "Speedy Blupi (Windows)", href: "Blupi/Games/Speedy_Blupi_(Windows)/index.html"}
2019
],
2120
subpages: [
2221
{label: "Go Up", href: "Blupi/Games/Speedy_Blupi_(Windows)/index.html"}

0 commit comments

Comments
 (0)