We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4f413d commit bcafe70Copy full SHA for bcafe70
mapit/static/mapit/img/mapit-opengraph.png
166 KB
mapit/templates/mapit/base.html
@@ -11,6 +11,12 @@
11
<title>{% block fulltitle %}{% block title %}{% endblock %} - MapIt{% endblock %}</title>
12
13
<meta name="viewport" content="width=device-width, initial-scale=1.0">
14
+
15
+ <meta property="og:image" content="{% static "mapit/img/mapit-opengraph.png" %}">
16
+ <meta property="og:image:type" content="image/png">
17
+ <meta property="og:image:width" content="1200">
18
+ <meta property="og:image:height" content="630">
19
20
{% block main_css %}<link href="{% static "mapit/css/mapit.css" %}" rel="stylesheet">{% endblock %}
21
<link rel="stylesheet" href="{% static "mapit/leaflet/leaflet.css" %}" />
22
<!--[if lte IE 8]>
0 commit comments