New OG image!

This commit is contained in:
Mahad Kalam 2026-02-16 00:38:50 +00:00
parent 43060a0d76
commit f468d2470e
3 changed files with 2 additions and 2 deletions

BIN
app/assets/images/og.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 231 KiB

View file

@ -26,7 +26,7 @@
<meta property="og:description" content="<%= @og_description || content_for(:og_description) || @meta_description || content_for(:meta_description) || 'Free and open-source coding time tracker built by Hack Club. Track your time across 75+ editors.' %>">
<meta property="og:url" content="<%= content_for(:og_url) || request.original_url %>">
<meta property="og:type" content="<%= content_for(:og_type) || 'website' %>">
<meta property="og:image" content="<%= content_for(:og_image) || asset_path('favicon.png') %>">
<meta property="og:image" content="<%= content_for(:og_image) || asset_path('og.jpg') %>">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:site_name" content="Hackatime">

View file

@ -17,7 +17,7 @@
<meta property="og:description" content="<%= @og_description || content_for(:og_description) || @meta_description || content_for(:meta_description) || 'Free and open-source coding time tracker built by Hack Club. Track your time across 75+ editors.' %>">
<meta property="og:url" content="<%= content_for(:og_url) || request.original_url %>">
<meta property="og:type" content="<%= content_for(:og_type) || 'website' %>">
<meta property="og:image" content="<%= content_for(:og_image) || asset_path('favicon.png') %>">
<meta property="og:image" content="<%= content_for(:og_image) || asset_path('og.jpg') %>">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:site_name" content="Hackatime">