summaryrefslogtreecommitdiff
path: root/public/views/index/head.ejs
diff options
context:
space:
mode:
Diffstat (limited to 'public/views/index/head.ejs')
-rw-r--r--public/views/index/head.ejs4
1 files changed, 1 insertions, 3 deletions
diff --git a/public/views/index/head.ejs b/public/views/index/head.ejs
index 400e2e59..0f1e584e 100644
--- a/public/views/index/head.ejs
+++ b/public/views/index/head.ejs
@@ -9,12 +9,10 @@
<meta property="og:title" content="CodiMD - <%= __('Collaborative markdown notes') %>">
<meta property="og:description" content="<%= __('Best way to write and share your knowledge in markdown.') %>">
<meta property="og:type" content="website">
-<% if (serverURL !== "") { %>
<meta property="og:url" content="<%- serverURL %>">
-<meta property="og:image" content="<%- serverURL %>/favicon.png">
+<meta property="og:image" content="<%- serverURL %>/codimd-icon-1024.png">
<meta property="og:image:alt" content="CodiMD logo">
<meta property="og:image:type" content="image/png">
-<% } %>
<title>CodiMD - <%= __('Collaborative markdown notes') %></title>
<link rel="icon" type="image/png" href="<%- serverURL %>/favicon.png">
<link rel="apple-touch-icon" href="<%- serverURL %>/apple-touch-icon.png">