Skip to content

Commit bcafe70

Browse files
committed
Added Opengraph image
1 parent d4f413d commit bcafe70

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
166 KB
Loading

mapit/templates/mapit/base.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@
1111
<title>{% block fulltitle %}{% block title %}{% endblock %} - MapIt{% endblock %}</title>
1212

1313
<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+
1420
{% block main_css %}<link href="{% static "mapit/css/mapit.css" %}" rel="stylesheet">{% endblock %}
1521
<link rel="stylesheet" href="{% static "mapit/leaflet/leaflet.css" %}" />
1622
<!--[if lte IE 8]>

0 commit comments

Comments
 (0)