|
3 | 3 | <head> |
4 | 4 | <meta charset="UTF-8"> |
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
6 | | - <title>{% if page.title == "Home" %}Off Grid - Run AI Locally on Your Phone{% else %}{{ page.title }} - Off Grid{% endif %}</title> |
| 6 | + <title>{% if page.title == "Home" %}Off Grid AI - Run AI Locally on Your Phone{% else %}{{ page.title }} - Off Grid AI{% endif %}</title> |
7 | 7 | <meta name="description" content="{{ page.description | default: site.description }}"> |
8 | 8 | <link rel="preconnect" href="https://fonts.googleapis.com"> |
9 | 9 | <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> |
|
25 | 25 | { |
26 | 26 | "@context": "https://schema.org", |
27 | 27 | "@type": "WebSite", |
28 | | - "name": "Off Grid", |
| 28 | + "name": "Off Grid AI", |
29 | 29 | "url": "{{ site.url }}{{ site.baseurl }}/", |
30 | 30 | "description": {{ site.description | jsonify }}, |
31 | 31 | "publisher": { |
|
46 | 46 | "url": "{{ site.url }}{{ page.url }}", |
47 | 47 | "isPartOf": { |
48 | 48 | "@type": "WebSite", |
49 | | - "name": "Off Grid", |
| 49 | + "name": "Off Grid AI", |
50 | 50 | "url": "{{ site.url }}{{ site.baseurl }}/" |
51 | 51 | } |
52 | 52 | } |
|
60 | 60 | "@context": "https://schema.org", |
61 | 61 | "@type": "BreadcrumbList", |
62 | 62 | "itemListElement": [ |
63 | | - {"@type": "ListItem", "position": 1, "name": "Off Grid", "item": "{{ site.url }}{{ site.baseurl }}/"}, |
| 63 | + {"@type": "ListItem", "position": 1, "name": "Off Grid AI", "item": "{{ site.url }}{{ site.baseurl }}/"}, |
64 | 64 | {"@type": "ListItem", "position": 2, "name": {{ page.parent | jsonify }}, "item": "{{ site.url }}{{ parent_page.url }}"}, |
65 | 65 | {"@type": "ListItem", "position": 3, "name": {{ page.title | jsonify }}, "item": "{{ site.url }}{{ page.url }}"} |
66 | 66 | ] |
|
91 | 91 | <!-- Mobile top bar --> |
92 | 92 | <header class="mobile-topbar" data-pagefind-ignore> |
93 | 93 | <a href="{{ '/' | relative_url }}" class="mobile-topbar-logo"> |
94 | | - <img src="{{ '/assets/logo.png' | relative_url }}" alt="Off Grid" width="28" height="28"> |
95 | | - <span>Off Grid</span> |
| 94 | + <img src="{{ '/assets/logo.png' | relative_url }}" alt="Off Grid AI" width="28" height="28"> |
| 95 | + <span>Off Grid AI</span> |
96 | 96 | </a> |
97 | 97 | <div style="display:flex;align-items:center;gap:6px;"> |
98 | 98 | <button class="mobile-search-btn" id="mobileSearchBtn" aria-label="Search"> |
|
123 | 123 | <aside class="sidebar" id="sidebar" data-pagefind-ignore> |
124 | 124 | <div class="sidebar-logo"> |
125 | 125 | <a href="{{ '/' | relative_url }}"> |
126 | | - <img src="{{ '/assets/logo.png' | relative_url }}" alt="Off Grid" width="30" height="30"> |
127 | | - <span class="logo-text">Off Grid</span> |
| 126 | + <img src="{{ '/assets/logo.png' | relative_url }}" alt="Off Grid AI" width="30" height="30"> |
| 127 | + <span class="logo-text">Off Grid AI</span> |
128 | 128 | </a> |
129 | 129 | <button class="theme-toggle" id="themeToggle" aria-label="Toggle dark mode"> |
130 | 130 | <svg class="icon-moon" width="13" height="13" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"/></svg> |
|
0 commit comments