Skip to content

Commit

Permalink
Update image redirection
Browse files Browse the repository at this point in the history
  • Loading branch information
Keanro committed Aug 21, 2024
1 parent 3572ca5 commit 1e9b108
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _data/general_settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ description: Discover Kevin Rosario's portfolio showcasing expert Slack solution
social_media_share_image: https://github.com/Keanro/keanro.github.io/blob/main/images/kevin-profile.jpg?raw=true
disqus-identifier:
google-analytics:
github-repo: https://github.com/Keanro/keanro.github.io/blob/main
github-repo: https://raw.githubusercontent.com/Keanro/keanro.github.io/main
2 changes: 1 addition & 1 deletion _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<meta property="og:title" content="{% if page.url == "/" %}{{ site.data.general_settings.title }}{% else %}{{ page.title }} – {{ site.data.general_settings.title }}{% endif %}">
<meta property="og:description" content="{% if page.url == "/" %}{{ site.data.general_settings.description | strip_html | xml_escape }}{% elsif page.description %}{{ page.description | strip_html | xml_escape }}{% else %}{{ page.excerpt | strip_html | xml_escape }}{% endif %}">
<!-- <meta property="og:image" content="{% if page.url == "/" %}{{ site.data.general_settings.social_media_share_image | absolute_url }}{% else %}{{ page.image | absolute_url }}{% endif %}"> -->
<meta property="og:image" content="{% if page.url == "/" %}{{ site.data.general_settings.social_media_share_image | absolute_url }}{% else %}{{site.data.general_settings.github-repo}}{{page.image}}?raw=true{% endif %}">
<meta property="og:image" content="{% if page.url == "/" %}{{ site.data.general_settings.social_media_share_image | absolute_url }}{% else %}{{site.data.general_settings.github-repo}}{{page.image}}{% endif %}">

<!-- Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;900&display=swap" rel="stylesheet">
Expand Down

0 comments on commit 1e9b108

Please sign in to comment.