linkhub-jekyll-theme 0.1.4 → 0.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/_layouts/default.html +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 552d2d5e20366843534cbe6ea02c1effb6f141357705cba283713fc61546f55b
|
4
|
+
data.tar.gz: 6af3c2ff7416e0bac2ab316d991896f1d7f297555f18298e371a3137fd719f3e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9d76f84cbaa17d8c88ba1e327dbcfd03095b403458d74ba7f475eff4f28e8fa53445f1c2905b8e11661894987cd6ee0ecfaf244cc916f590380bbc51379aa7b1
|
7
|
+
data.tar.gz: 52336c7a34ee6435e301ac7e350a092d89812470e6be89d026fa93e8a774fe9c25e270e2c01812da343ef11926a45aade45b030c181128a9e459dde200e817d1
|
data/README.md
CHANGED
@@ -48,7 +48,7 @@ A minimal and super-lightweight, free Jekyll theme to create a single-page, link
|
|
48
48
|
## Features
|
49
49
|
- 😊 Based on the original [Linkhub](https://github.com/digitalmalayali/Linkhub) template!
|
50
50
|
- 📸 Add links to Instagram, TikTok, YouTube or any posts/reels/shorts similar to Later's link-in-bio!
|
51
|
-
- ⚡ Uses a modified version of the lightweight CSS framework [chota](https://github.com/jenil/chota); the entire size of the site is around
|
51
|
+
- ⚡ Uses a modified version of the lightweight CSS framework [chota](https://github.com/jenil/chota); the entire size of the site is around [604kb](https://radar.cloudflare.com/scan/b4d608b5-fdcf-4950-bbe9-5460bb8dba24)!
|
52
52
|
- 🌙 Switch between dark and light modes; automatically choose the mode based on your system preference!
|
53
53
|
- 😍 Icons powered by [iconify](https://github.com/iconify/iconify); find tons of free icons for almost any purpose!
|
54
54
|
- 🔠 Categorize links; store your links under various categories!
|
data/_layouts/default.html
CHANGED
@@ -17,7 +17,7 @@
|
|
17
17
|
<meta property="og:type" content="website" />
|
18
18
|
<meta property="og:url" content="{{ site.url }}" />
|
19
19
|
<meta property="og:locale" content="{{ site.locale }}" />
|
20
|
-
<meta property="og:image" content="{{ site.image.path
|
20
|
+
<meta property="og:image" content="{{ site.url }}/{{ site.image.path }}" />
|
21
21
|
<meta property="og:image:type" content="image/{{ site.image.type }}" />
|
22
22
|
<meta property="og:image:width" content="{{ site.image.width }}">
|
23
23
|
<meta property="og:image:height" content="{{ site.image.height }}">
|
@@ -26,7 +26,7 @@
|
|
26
26
|
<meta name="twitter:site" content="@{{ site.twitter.username }}" />
|
27
27
|
<meta name="twitter:title" content="{{ site.name }}" />
|
28
28
|
<meta name="twitter:description" content="{{ site.description }}" />
|
29
|
-
<meta name="twitter:image" content="{{ site.image.path
|
29
|
+
<meta name="twitter:image" content="{{ site.url }}/{{ site.image.path }}" />
|
30
30
|
</head>
|
31
31
|
|
32
32
|
<body>
|