Skip to content

Commit 32e4848

Browse files
Merge pull request #30 from The-Nibble/update-nibble-link
Weekly Automated Nibble Link Update
2 parents 9996c0a + 45f4b7f commit 32e4848

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

index.html

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<title>Nibble #44</title>
4+
<title>Nibble #45</title>
55
<meta charset="utf-8" />
66
<meta name="viewport" content="width=device-width,initial-scale=1" />
7-
<meta name="title" content="Nibble #44" />
7+
<meta name="title" content="Nibble #45" />
88
<meta
99
name="description"
1010
content="Nibble is a Tech Newsletter with quick bits to stay updated on tech, life and memes"
@@ -18,20 +18,20 @@
1818
<!-- Open Graph / Facebook -->
1919
<meta property="og:type" content="website" />
2020
<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" />
2222
<meta
2323
property="og:image"
24-
content="https://files.nibbles.dev/covers/44.jpg"
24+
content="https://files.nibbles.dev/covers/45.jpg"
2525
/>
2626
<!-- Twitter -->
2727
<meta name="twitter:site" content="@AashutoshRathi" />
2828
<meta name="twitter:creator" content="@AashutoshRathi" />
2929
<meta property="twitter:card" content="summary_large_image" />
3030
<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" />
3232
<meta
3333
name="twitter:image"
34-
content="https://files.nibbles.dev/covers/44.jpg"
34+
content="https://files.nibbles.dev/covers/45.jpg"
3535
/>
3636
<link rel="stylesheet" type="text/css" href="index.css" />
3737
</head>
@@ -48,7 +48,7 @@
4848
let countdown = 3;
4949
const countdownElement = document.getElementById('countdown');
5050
const nibbleEditionElement = document.getElementById('nibble-edition');
51-
const latestUrl = 'https://thenibble.substack.com/p/44';
51+
const latestUrl = 'https://thenibble.substack.com/p/45';
5252
const latestNumber = latestUrl.split('/').pop();
5353

5454
if (latestNumber) {

wallpaper.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<title>Wallpaper of the Week | Nibble #44</title>
4+
<title>Wallpaper of the Week | Nibble #45</title>
55
<meta charset="utf-8" />
66
<meta name="viewport" content="width=device-width,initial-scale=1" />
77
<meta name="title" content="Wallpaper of the Week #41" />
8-
<meta http-equiv="refresh" content="1; url='https://files.nibbles.dev/wallpapers/44.jpg'" />
8+
<meta http-equiv="refresh" content="1; url='https://files.nibbles.dev/wallpapers/45.jpg'" />
99
<meta
1010
name="description"
1111
content="Nibble is a Tech newsletter with quick bits to stay updated on tech, life and memes"
@@ -19,20 +19,20 @@
1919
<!-- Open Graph / Facebook -->
2020
<meta property="og:type" content="website" />
2121
<meta property="og:url" content="https://wow.nibbles.dev" />
22-
<meta property="og:title" content="Nibble #44" />
22+
<meta property="og:title" content="Nibble #45" />
2323
<meta
2424
property="og:image"
25-
content="https://files.nibbles.dev/wallpapers/44.jpg"
25+
content="https://files.nibbles.dev/wallpapers/45.jpg"
2626
/>
2727
<!-- Twitter -->
2828
<meta name="twitter:site" content="@AashutoshRathi" />
2929
<meta name="twitter:creator" content="@AashutoshRathi" />
3030
<meta property="twitter:card" content="summary_large_image" />
3131
<meta property="twitter:url" content="https://wow.nibbles.dev" />
32-
<meta property="twitter:title" content="Wallpaper of Week | Nibble #44" />
32+
<meta property="twitter:title" content="Wallpaper of Week | Nibble #45" />
3333
<meta
3434
name="twitter:image"
35-
content="https://files.nibbles.dev/wallpapers/44.jpg"
35+
content="https://files.nibbles.dev/wallpapers/45.jpg"
3636
/>
3737
<link rel="stylesheet" type="text/css" href="index.css" />
3838
</head>

0 commit comments

Comments
 (0)