|
1 | 1 | <!DOCTYPE html>
|
2 | 2 | <html lang="en">
|
3 | 3 | <head>
|
4 |
| - <title>Nibble #44</title> |
| 4 | + <title>Nibble #45</title> |
5 | 5 | <meta charset="utf-8" />
|
6 | 6 | <meta name="viewport" content="width=device-width,initial-scale=1" />
|
7 |
| - <meta name="title" content="Nibble #44" /> |
| 7 | + <meta name="title" content="Nibble #45" /> |
8 | 8 | <meta
|
9 | 9 | name="description"
|
10 | 10 | content="Nibble is a Tech Newsletter with quick bits to stay updated on tech, life and memes"
|
|
18 | 18 | <!-- Open Graph / Facebook -->
|
19 | 19 | <meta property="og:type" content="website" />
|
20 | 20 | <meta property="og:url" content="https://latest.nibbles.dev" />
|
21 |
| - <meta property="og:title" content="Nibble #44" /> |
| 21 | + <meta property="og:title" content="Nibble #45" /> |
22 | 22 | <meta
|
23 | 23 | property="og:image"
|
24 |
| - content="https://files.nibbles.dev/covers/44.jpg" |
| 24 | + content="https://files.nibbles.dev/covers/45.jpg" |
25 | 25 | />
|
26 | 26 | <!-- Twitter -->
|
27 | 27 | <meta name="twitter:site" content="@AashutoshRathi" />
|
28 | 28 | <meta name="twitter:creator" content="@AashutoshRathi" />
|
29 | 29 | <meta property="twitter:card" content="summary_large_image" />
|
30 | 30 | <meta property="twitter:url" content="https://latest.nibbles.dev" />
|
31 |
| - <meta property="twitter:title" content="Nibble #44" /> |
| 31 | + <meta property="twitter:title" content="Nibble #45" /> |
32 | 32 | <meta
|
33 | 33 | name="twitter:image"
|
34 |
| - content="https://files.nibbles.dev/covers/44.jpg" |
| 34 | + content="https://files.nibbles.dev/covers/45.jpg" |
35 | 35 | />
|
36 | 36 | <link rel="stylesheet" type="text/css" href="index.css" />
|
37 | 37 | </head>
|
|
48 | 48 | let countdown = 3;
|
49 | 49 | const countdownElement = document.getElementById('countdown');
|
50 | 50 | const nibbleEditionElement = document.getElementById('nibble-edition');
|
51 |
| - const latestUrl = 'https://thenibble.substack.com/p/44'; |
| 51 | + const latestUrl = 'https://thenibble.substack.com/p/45'; |
52 | 52 | const latestNumber = latestUrl.split('/').pop();
|
53 | 53 |
|
54 | 54 | if (latestNumber) {
|
|
0 commit comments