Skip to content

Commit

Permalink
0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
zcraber committed May 15, 2024
1 parent 0ae054a commit ed536b1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,7 @@
- Site name and tagline are aligned to center.
- Added pointer cursor for summary tag in `bio.yml`.
- Fixed a minor margin issue of verified badge.
- Option to hide Dark/light mode switch.
- Option to hide Dark/light mode switch.

# [0.1.5](https://github.com/digitalmalayali/linkhub-jekyll-theme/releases/tag/v0.1.5) (15-05-2024)
- Fixed Open Graph image URL (again!).
4 changes: 2 additions & 2 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<meta property="og:type" content="website" />
<meta property="og:url" content="{{ site.url }}" />
<meta property="og:locale" content="{{ site.locale }}" />
<meta property="og:image" content="{{ site.image.path | absolute_url }}" />
<meta property="og:image" content="{{ site.url }}/{{ site.image.path }}" />
<meta property="og:image:type" content="image/{{ site.image.type }}" />
<meta property="og:image:width" content="{{ site.image.width }}">
<meta property="og:image:height" content="{{ site.image.height }}">
Expand All @@ -26,7 +26,7 @@
<meta name="twitter:site" content="@{{ site.twitter.username }}" />
<meta name="twitter:title" content="{{ site.name }}" />
<meta name="twitter:description" content="{{ site.description }}" />
<meta name="twitter:image" content="{{ site.image.path | absolute_url }}" />
<meta name="twitter:image" content="{{ site.url }}/{{ site.image.path }}" />
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion linkhub-jekyll-theme.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |spec|
spec.name = "linkhub-jekyll-theme"
spec.version = "0.1.4"
spec.version = "0.1.5"
spec.authors = ["Digital Malayali"]
spec.email = ["[email protected]"]

Expand Down

0 comments on commit ed536b1

Please sign in to comment.