Skip to content

Commit 15428f2

Browse files
committed
Point shared assets at the portal root
Generated head and hero markup now reference /img/logo.svg rather than a path relative to the page, so subdirectory pages resolve the single copy at the root. Also drops a duplicate favicon that sat outside the marker block.
1 parent 8044e8a commit 15428f2

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

index.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,12 @@
66
<!-- PYDEVICES-HEAD-TAGS: START -->
77
<title>PyDevices - PyDevices.github.io</title>
88
<meta name="description" content="Cross-platform hardware driver engine, board contract specification, and display stack for MicroPython, CircuitPython, CPython, PyScript, and Android.">
9-
<link rel="icon" type="image/svg+xml" href="img/logo.svg">
9+
<link rel="icon" type="image/svg+xml" href="/img/logo.svg">
1010
<!-- PYDEVICES-HEAD-TAGS: END -->
1111
<meta property="og:title" content="PyDevices">
1212
<meta property="og:description" content="One display & hardware contract across 5 Python runtimes: MicroPython, CircuitPython, CPython, PyScript, and Android.">
1313
<meta property="og:type" content="website">
1414
<meta property="og:url" content="https://pydevices.github.io/">
15-
<link rel="icon" type="image/svg+xml" href="img/logo.svg">
1615
<link rel="preconnect" href="https://fonts.googleapis.com">
1716
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
1817
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500;600;700&display=swap">
@@ -26,7 +25,7 @@
2625
<section class="hero wrap">
2726
<div class="hero-lead">
2827
<div class="hero-brand">
29-
<div class="logo-badge product-mark" style="background: linear-gradient(135deg, var(--tier-1-amber), #d97706);"><img src="img/logo.svg" alt="PyDevices.github.io" width="112" height="112"></div>
28+
<div class="logo-badge product-mark" style="background: linear-gradient(135deg, var(--tier-1-amber), #d97706);"><img src="/img/logo.svg" alt="PyDevices.github.io" width="112" height="112"></div>
3029
<span class="eyebrow" style="color: var(--tier-1-amber);">PyDevices Portal</span>
3130
</div>
3231
<h1>One display & hardware contract. 5 Python runtimes.</h1>

0 commit comments

Comments
 (0)