|
8 | 8 | <head> |
9 | 9 | <meta charset="UTF-8"> |
10 | 10 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
11 | | - <title>PodNest — API Reference</title> |
12 | | - <link rel="icon" type="image/svg+xml" href="https://c.pdn.st/logos/podnest.svg"> |
| 11 | + <meta name="generator" content="PodNest"> |
| 12 | + <meta name="author" content="Kevin Pirnie, iam@kevinpirnie.com"> |
| 13 | + <meta name='copyright' content='Kevin Pirnie'> |
| 14 | + <title>PodNest ~ API Reference</title> |
| 15 | + <link rel="icon" type="image/svg+xml" sizes="16x16" href="/static/images/logo.svg"> |
| 16 | + <link rel="icon" type="image/svg+xml" sizes="32x32" href="/static/images/logo.svg"> |
| 17 | + <link rel="icon" type="image/svg+xml" sizes="48x48" href="/static/images/logo.svg"> |
| 18 | + <link rel="icon" type="image/svg+xml" sizes="192x192" href="/static/images/logo.svg"> |
| 19 | + <link rel="alternate icon" type="image/svg+xml" href="/static/images/logo.svg"> |
| 20 | + <link rel="apple-touch-icon" sizes="180x180" href="/static/images/logo-192.png"> |
13 | 21 |
|
14 | | - <!-- panel typography — allowed by CSP (style-src fonts.googleapis.com, font-src fonts.gstatic.com) --> |
15 | | - <link rel="stylesheet" |
16 | | - href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;600&display=swap"> |
| 22 | + <!-- panel typography --> |
| 23 | + <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;600&display=swap"> |
17 | 24 |
|
18 | 25 | <!-- |
19 | 26 | Scalar theme mapped onto the PodNest palette (web/static/src/css/variables.css). |
|
111 | 118 |
|
112 | 119 | <div id="api-topbar"> |
113 | 120 | <a href="/" class="brand"> |
114 | | - <img src="https://c.pdn.st/logos/podnest.svg" alt="PodNest"> |
| 121 | + <img src="/static/images/logo.svg" alt="PodNest"> |
115 | 122 | <span><span class="pod">Pod</span><span class="nest">Nest</span> — API Reference</span> |
116 | 123 | </a> |
117 | 124 | <a href="/" class="back-btn"> |
|
0 commit comments