|
8 | 8 |
|
9 | 9 | <title>{{ page.title }}</title>
|
10 | 10 |
|
11 |
| - <link rel="apple-touch-icon" sizes="57x57" href="{{ '/apple-touch-icon-57x57.png' | relative_url }}" /> |
12 |
| - <link rel="apple-touch-icon" sizes="114x114" href="{{ '/apple-touch-icon-114x114.png' | relative_url }}" /> |
13 |
| - <link rel="apple-touch-icon" sizes="72x72" href="{{ '/apple-touch-icon-72x72.png' | relative_url }}" /> |
14 |
| - <link rel="apple-touch-icon" sizes="144x144" href="{{ '/apple-touch-icon-144x144.png' | relative_url }}" /> |
15 |
| - <link rel="apple-touch-icon" sizes="60x60" href="{{ '/apple-touch-icon-60x60.png' | relative_url }}" /> |
16 |
| - <link rel="apple-touch-icon" sizes="120x120" href="{{ '/apple-touch-icon-120x120.png' | relative_url }}" /> |
17 |
| - <link rel="apple-touch-icon" sizes="76x76" href="{{ '/apple-touch-icon-76x76.png' | relative_url }}" /> |
18 |
| - <link rel="apple-touch-icon" sizes="152x152" href="{{ '/apple-touch-icon-152x152.png' | relative_url }}" /> |
19 | 11 | <link rel="apple-touch-icon" sizes="180x180" href="{{ '/apple-touch-icon-180x180.png' | relative_url }}" />
|
20 | 12 | <link rel="icon" type="image/png" href="{{ '/favicon-192x192.png' | relative_url }}" sizes="192x192">
|
21 | 13 | <link rel="icon" type="image/png" href="{{ '/favicon-160x160.png' | relative_url }}" sizes="160x160">
|
22 | 14 | <link rel="icon" type="image/png" href="{{ '/favicon-96x96.png' | relative_url }}" sizes="96x96">
|
23 | 15 | <link rel="icon" type="image/png" href="{{ '/favicon-16x16.png' | relative_url }}" sizes="16x16">
|
24 | 16 | <link rel="icon" type="image/png" href="{{ '/favicon-32x32.png' | relative_url }}" sizes="32x32">
|
25 |
| - <meta name="msapplication-TileColor" content="#2d3947"> |
26 |
| - <meta name="msapplication-TileImage" content="/mstile-144x144.png"> |
27 | 17 |
|
28 | 18 | <!-- fonts -->
|
29 | 19 | <link rel="preconnect" href="https://fonts.googleapis.com">
|
|
59 | 49 | <script src="https://cdn.jsdelivr.net/npm/htmx.org"></script>
|
60 | 50 | <script src="https://cdn.jsdelivr.net/npm/lunr/lunr.js"></script>
|
61 | 51 |
|
62 |
| - |
| 52 | + |
63 | 53 |
|
64 | 54 | </head>
|
65 | 55 | <!-- body has top padding to clear the height of nav bar -->
|
66 | 56 | <body hx-indicator="#loading-strip" class="w-screen overflow-x-hidden transition-colors text-slate-950 dark:text-white min-h-screen dark:bg-slate-800" hx-boost="true" hx-ext="client-side-templates" >
|
67 | 57 |
|
68 |
| - |
| 58 | + |
69 | 59 | {% include navbar.html %}
|
70 | 60 |
|
71 | 61 | <div class="flex flex-col justify-between min-h-[calc(100vh-64px)]">
|
|
85 | 75 | </div>
|
86 | 76 | </footer>
|
87 | 77 | </div>
|
88 |
| - |
| 78 | + |
89 | 79 | <!-- JS -->
|
90 | 80 | <script src="/js/main.js"></script>
|
91 | 81 | <script>
|
|
0 commit comments