commit f5538a2fa24aad8b99d7f1870d4b09d4c9205be8
parent f43e5ee5c9749bd94f4acadb1d7b414fec7993d5
Author: Fredrik <moi@knutsen.co>
Date: Sun, 18 Nov 2018 14:11:39 +0000
Merge pull request #21 from Demonstrandum/devel
Fix typo: card.pmg -> card.png
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/server.rb b/server.rb
@@ -51,7 +51,7 @@ HEAD_TAGS = <<-HTML
<!-- Open Graph general (Facebook, Pinterest & Google+) -->
<meta name="og:title" content="Veto Vote — Straw Polls">
<meta name="og:description" content="Create a real time straw poll with veto.vote. Easy to use, completely free with graphs and statistics already provided.">
- <meta name="og:image" content="https://veto.vote/card.pmg">
+ <meta name="og:image" content="https://veto.vote/card.png">
<meta name="og:url" content="https://veto.vote/">
<meta name="og:site_name" content="Veto Vote — Straw Polls">
<meta name="og:type" content="website">