From 440d8ab76d1a673254df4d0f288532b7669ea49e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrej=20Rama=C5=A1euski?= <andrej@x2.cz> Date: Fri, 2 Dec 2022 01:32:36 +0100 Subject: [PATCH] Bugfix --- VERSION | 2 +- templates/layouts/default.html.ep | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index faef31a..39e898a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.7.0 +0.7.1 diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep index 1d6435e..5a3cdb7 100644 --- a/templates/layouts/default.html.ep +++ b/templates/layouts/default.html.ep @@ -16,13 +16,12 @@ <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.png"/>--> + <meta property="og:image" content="<%= config->{base_url} %>/img/og.png"/> <meta property="og:description" content="<%= config->{description} %>"/> <meta name="description" content="<%= config->{description} %>"/> <title><%= config->{name} %></title> <link rel="manifest" href="/manifest.json"/> <link rel="stylesheet" href="<%= config->{styleguide} %>css/styles.css"/> -%# <script src="https://cdn-unpkg.pirati.cz/jquery@3.6.0/dist/jquery.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script> <link rel="stylesheet" href="/custom.css"/> % if ( $c->stash->{meet} ) { <script src='https://jitsi.pirati.cz/external_api.js'></script> -- GitLab