mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-24 10:46:30 -05:00
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:
parent
ceab037a8d
commit
130ea84c63
2 changed files with 3 additions and 3 deletions
|
@ -42,7 +42,7 @@
|
|||
<div class="inner cover">
|
||||
<h1 class="cover-heading"><img src="<%- serverURL %>/banner/banner_vertical_color.svg" width="400" alt="HedgeDoc logo"></h1>
|
||||
<p class="lead">
|
||||
<%= __('Best way to write and share your knowledge in markdown.') %>
|
||||
<%= __('Ideas grow better together') %>
|
||||
</p>
|
||||
<span class="alert alert-info" style="display: inline-block;">
|
||||
CodiMD was renamed to HedgeDoc. <a href="https://hedgedoc.org/history/" rel="noopener noreferrer" target="_blank" class="text-danger">Read more</a>
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue