fix: add new slogan

https://community.hedgedoc.org/t/and-the-new-slogan-is/1082

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2023-07-11 21:01:35 +02:00
parent ceab037a8d
commit 130ea84c63
2 changed files with 3 additions and 3 deletions

View file

@ -4,11 +4,11 @@
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="mobile-web-app-capable" content="yes">
<meta name="description" content="<%= __('Best way to write and share your knowledge in markdown.') %>">
<meta name="description" content="<%= __('Ideas grow better together') %>">
<meta name="keywords" content="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:description" content="<%= __('Ideas grow better together') %>">
<meta property="og:type" content="website">
<meta property="og:url" content="<%- serverURL %>">
<meta property="og:image" content="<%- serverURL %>/icons/android-chrome-512x512.png">