diff --git a/CHANGELOG.md b/CHANGELOG.md index 03ee00f..77ba7ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. \ No newline at end of file +- 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!). \ No newline at end of file diff --git a/_layouts/default.html b/_layouts/default.html index 2dd9b4a..734b8df 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -17,7 +17,7 @@ - + @@ -26,7 +26,7 @@ - + diff --git a/linkhub-jekyll-theme.gemspec b/linkhub-jekyll-theme.gemspec index 596c59e..05f2da3 100644 --- a/linkhub-jekyll-theme.gemspec +++ b/linkhub-jekyll-theme.gemspec @@ -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 = ["social@digitalmalayali.in"]