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.ejs11
1 files changed, 5 insertions, 6 deletions
diff --git a/public/views/index/head.ejs b/public/views/index/head.ejs
index 66396adb..2b751d34 100644
--- a/public/views/index/head.ejs
+++ b/public/views/index/head.ejs
@@ -6,17 +6,16 @@
<meta name="mobile-web-app-capable" content="yes">
<meta name="description" content="<%= __('Best way to write and share your knowledge in markdown.') %>">
<meta name="keywords" content="Collaborative, Markdown, Notes">
-<meta property="og:title" content="CodiMD - <%= __('Collaborative markdown notes') %>">
+<%- include ../includes/favicon %>
+<meta property="og:title" content="HedgeDoc - <%= __('Collaborative markdown notes') %>">
<meta property="og:description" content="<%= __('Best way to write and share your knowledge in markdown.') %>">
<meta property="og:type" content="website">
<meta property="og:url" content="<%- serverURL %>">
-<meta property="og:image" content="<%- serverURL %>/codimd-icon-1024.png">
-<meta property="og:image:alt" content="CodiMD logo">
+<meta property="og:image" content="<%- serverURL %>/icons/android-chrome-512x512">
+<meta property="og:image:alt" content="HedgeDoc logo">
<meta property="og:image:type" content="image/png">
<base href="<%- serverURL %>/">
-<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">
+<title>HedgeDoc - <%= __('Collaborative markdown notes') %></title>
<% if(useCDN) { %>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.4.0/css/bootstrap.min.css" integrity="sha256-H0KfTigpUV+0/5tn2HXC0CPwhhDhWgSawJdnFd0CGCo=" crossorigin="anonymous" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/fork-awesome/1.1.3/css/fork-awesome.min.css" integrity="sha256-ZhApazu+kejqTYhMF+1DzNKjIzP7KXu6AzyXcC1gMus=" crossorigin="anonymous" />