Skip to content

Commit

Permalink
fix og image ratio
Browse files Browse the repository at this point in the history
  • Loading branch information
Baxter Eaves committed Dec 17, 2024
1 parent 351c8c0 commit 78e3d1d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file added static/img/main/plover-og.webp
Binary file not shown.
2 changes: 1 addition & 1 deletion templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{% set_global show_signup_form = true %}
<meta name="author" content="Redpoll">
<meta property="og:title" content="Redpoll" />
<meta property="og:image" content="{{ config.base_url }}/img/main/plover-7.webp" />
<meta property="og:image" content="{{ config.base_url }}/img/main/plover-og.webp" />
<meta property="og:description"
content="Cultivate information and improve your data's most important function: to help you learn." />
<meta property="og:url" content="{{ config.base_url }}/" />
Expand Down
2 changes: 1 addition & 1 deletion templates/plover.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{% set_global show_signup_form = true %}
<meta name="author" content="Redpoll">
<meta property="og:title" content="Redpoll" />
<meta property="og:image" content="{{ config.base_url }}/img/main/plover-7.webp" />
<meta property="og:image" content="{{ config.base_url }}/img/main/plover-og.webp" />
<meta property="og:description" content="Try the Plover Demo - List the likely errors and anomalies in a CSV file." />
<meta property="og:url" content="{{ config.base_url }}/plover" />

Expand Down

0 comments on commit 78e3d1d

Please sign in to comment.