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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/_layouts/default.html +2 -2
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7af82882a32720d0d2be6755398f76ff8f7590eb84c947bf047abd1b86f3d29d
4
- data.tar.gz: 3ce299e622b1e7ccfb6e36c6487e3ef01740038b1dbb935ba90c2fbf687f8a3f
3
+ metadata.gz: 552d2d5e20366843534cbe6ea02c1effb6f141357705cba283713fc61546f55b
4
+ data.tar.gz: 6af3c2ff7416e0bac2ab316d991896f1d7f297555f18298e371a3137fd719f3e
5
5
  SHA512:
6
- metadata.gz: 0c647f7a6b72edbb9805975f67c940e5dc90c24372ed3df8f56fd15f451d2e9ff09aed3012398199935a10774a7c38753c708b3cfc6f6d132f0d51eef8fb795d
7
- data.tar.gz: e42b31714d4cf24c149e7ff86995254832594ff6b6dbf349abbc314271582980e1c88cc5af4234a516f422311d6985d8794f795843ddb6a731695160495658ba
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 160kb!
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!
@@ -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 | absolute_url }}" />
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 | absolute_url }}" />
29
+ <meta name="twitter:image" content="{{ site.url }}/{{ site.image.path }}" />
30
30
  </head>
31
31
 
32
32
  <body>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: linkhub-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Digital Malayali