Skip to content

Commit 59b79ba

Browse files
authored
Merge pull request #992 from bbatsov/remove-dead-code
Remove a bunch of dead/obsolete code
2 parents 77294d5 + 2c35315 commit 59b79ba

21 files changed

+3
-2023
lines changed

_layouts/main.html

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,12 @@
88

99
<title>{{ page.title }}</title>
1010

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 }}" />
1911
<link rel="apple-touch-icon" sizes="180x180" href="{{ '/apple-touch-icon-180x180.png' | relative_url }}" />
2012
<link rel="icon" type="image/png" href="{{ '/favicon-192x192.png' | relative_url }}" sizes="192x192">
2113
<link rel="icon" type="image/png" href="{{ '/favicon-160x160.png' | relative_url }}" sizes="160x160">
2214
<link rel="icon" type="image/png" href="{{ '/favicon-96x96.png' | relative_url }}" sizes="96x96">
2315
<link rel="icon" type="image/png" href="{{ '/favicon-16x16.png' | relative_url }}" sizes="16x16">
2416
<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">
2717

2818
<!-- fonts -->
2919
<link rel="preconnect" href="https://fonts.googleapis.com">
@@ -59,13 +49,13 @@
5949
<script src="https://cdn.jsdelivr.net/npm/htmx.org"></script>
6050
<script src="https://cdn.jsdelivr.net/npm/lunr/lunr.js"></script>
6151

62-
52+
6353

6454
</head>
6555
<!-- body has top padding to clear the height of nav bar -->
6656
<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" >
6757

68-
58+
6959
{% include navbar.html %}
7060

7161
<div class="flex flex-col justify-between min-h-[calc(100vh-64px)]">
@@ -85,7 +75,7 @@
8575
</div>
8676
</footer>
8777
</div>
88-
78+
8979
<!-- JS -->
9080
<script src="/js/main.js"></script>
9181
<script>

apple-touch-icon-114x114.png

-5.33 KB
Binary file not shown.

apple-touch-icon-120x120.png

-6.02 KB
Binary file not shown.

apple-touch-icon-144x144.png

-7.34 KB
Binary file not shown.

apple-touch-icon-152x152.png

-6.55 KB
Binary file not shown.

apple-touch-icon-57x57.png

-3.31 KB
Binary file not shown.

apple-touch-icon-60x60.png

-3.07 KB
Binary file not shown.

apple-touch-icon-72x72.png

-3.63 KB
Binary file not shown.

apple-touch-icon-76x76.png

-3.49 KB
Binary file not shown.

apple-touch-icon-precomposed.png

-10.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)