mirror of
https://github.com/System-End/hackatime.git
synced 2026-04-19 22:15:14 +00:00
New OG image!
This commit is contained in:
parent
43060a0d76
commit
f468d2470e
3 changed files with 2 additions and 2 deletions
BIN
app/assets/images/og.jpg
Normal file
BIN
app/assets/images/og.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 231 KiB |
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue