change from svg to png image for og:image meta tag
This commit is contained in:
parent
985782a3f4
commit
79a8faf592
|
@ -34,7 +34,7 @@
|
||||||
<meta property="og:title" content="Maidstone Hackspace" />
|
<meta property="og:title" content="Maidstone Hackspace" />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="{{ request.build_absolute_uri }}" />
|
<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 %}
|
{% block css %}{% endblock %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue