From a752800f1d30c2ee7d1d871380c976d603551a65 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andrej=20Rama=C5=A1euski?= <andrej@x2.cz>
Date: Fri, 2 Dec 2022 01:51:12 +0100
Subject: [PATCH] Next og

---
 VERSION                           |   2 +-
 public/img/{og.jpg => og1.jpg}    | Bin
 templates/layouts/default.html.ep |   2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)
 rename public/img/{og.jpg => og1.jpg} (100%)

diff --git a/VERSION b/VERSION
index 7486fdb..f38fc53 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.7.2
+0.7.3
diff --git a/public/img/og.jpg b/public/img/og1.jpg
similarity index 100%
rename from public/img/og.jpg
rename to public/img/og1.jpg
diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep
index 286f231..f680516 100644
--- a/templates/layouts/default.html.ep
+++ b/templates/layouts/default.html.ep
@@ -16,7 +16,7 @@
   <meta property="og:url" content="<%= config->{base_url} %>"/>
   <meta property="og:type" content="website"/>
   <meta property="og:title" content="<%= config->{name} %>"/>
-  <meta property="og:image" content="<%= config->{base_url} %>/img/og.jpg"/>
+  <meta property="og:image" content="<%= config->{base_url} %>/img/og1.jpg"/>
   <meta property="og:description" content="<%= config->{description} %>"/>
   <meta name="description" content="<%= config->{description} %>"/>
   <title><%= config->{name} %></title>
-- 
GitLab