change from svg to png image for og:image meta tag

This commit is contained in:
Oliver Marks 2017-09-12 19:48:59 +01:00
parent 985782a3f4
commit 79a8faf592
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
<meta property="og:title" content="Maidstone Hackspace" />
<meta property="og:type" content="website" />
<meta property="og:url" content="{{ request.build_absolute_uri }}" />
<meta property="og:image" content="https://maidstone-hackspace.org.uk/static/images/logo.svg" />
<meta property="og:image" content="https://maidstone-hackspace.org.uk/static/images/android-chrome-192x192.png" />
{% block css %}{% endblock %}