Merge pull request #599 from hedgedoc/fix/icons

Fix shortcut icon urls pointing to old (nonexistent) files
This commit is contained in:
David Mehren
2020-11-27 21:06:07 +01:00
committed by GitHub
5 changed files with 11 additions and 11 deletions

View File

@@ -11,7 +11,7 @@
<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 %>/icons/android-chrome-512x512">
<meta property="og:image" content="<%- serverURL %>/icons/android-chrome-512x512.png">
<meta property="og:image:alt" content="HedgeDoc logo">
<meta property="og:image:type" content="image/png">
<base href="<%- serverURL %>/">