diff options
author | David Mehren | 2020-11-27 21:06:07 +0100 |
---|---|---|
committer | GitHub | 2020-11-27 21:06:07 +0100 |
commit | e985c2e694c110bd3837cc3127ffc78e37950dd1 (patch) | |
tree | 327f0e7d90122dcb018601d95287f3f1bac3d791 /public/views/index | |
parent | 4b28acd9e87166532a368846d321881e2612bdd6 (diff) | |
parent | 68c8f2860dd85f984e68b05393fbfdab0eec88c6 (diff) |
Merge pull request #599 from hedgedoc/fix/icons
Fix shortcut icon urls pointing to old (nonexistent) files
Diffstat (limited to 'public/views/index')
-rw-r--r-- | public/views/index/head.ejs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/views/index/head.ejs b/public/views/index/head.ejs index 2b751d34..900d6324 100644 --- a/public/views/index/head.ejs +++ b/public/views/index/head.ejs @@ -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 %>/"> |