|
1 | 1 | <!DOCTYPE html>
|
2 | 2 | <html lang="en">
|
3 | 3 | <head>
|
4 |
| - <title>Nibble #96</title> |
| 4 | + <title>Nibble #97</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 #96" /> |
| 7 | + <meta name="title" content="Nibble #97" /> |
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 #96" /> |
| 21 | + <meta property="og:title" content="Nibble #97" /> |
22 | 22 | <meta
|
23 | 23 | property="og:image"
|
24 |
| - content="https://files.nibbles.dev/covers/96.jpg" |
| 24 | + content="https://files.nibbles.dev/covers/97.jpg" |
25 | 25 | />
|
26 | 26 | <meta
|
27 | 27 | property="og:description"
|
|
32 | 32 | <meta name="twitter:creator" content="@AashutoshRathi" />
|
33 | 33 | <meta property="twitter:card" content="summary_large_image" />
|
34 | 34 | <meta property="twitter:url" content="https://latest.nibbles.dev" />
|
35 |
| - <meta property="twitter:title" content="Nibble #96" /> |
| 35 | + <meta property="twitter:title" content="Nibble #97" /> |
36 | 36 | <meta
|
37 | 37 | name="twitter:image"
|
38 |
| - content="https://files.nibbles.dev/covers/96.jpg" |
| 38 | + content="https://files.nibbles.dev/covers/97.jpg" |
39 | 39 | />
|
40 | 40 | <meta
|
41 | 41 | name="twitter:description"
|
|
56 | 56 | let countdown = 3;
|
57 | 57 | const countdownElement = document.getElementById('countdown');
|
58 | 58 | const nibbleEditionElement = document.getElementById('nibble-edition');
|
59 |
| - const latestUrl = 'https://nibbles.dev/p/96'; |
| 59 | + const latestUrl = 'https://nibbles.dev/p/97'; |
60 | 60 | const latestNumber = latestUrl.split('/').pop();
|
61 | 61 |
|
62 | 62 | if (latestNumber) {
|
|
0 commit comments