Skip to content

Commit d65a3b8

Browse files
committed
change twitter image again
1 parent 7460750 commit d65a3b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ngo_explorer/templates/base.html.j2

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<meta name="twitter:creator" content="@kanedr" />
4141
<meta property="og:url" content="{{ request.url }}" />
4242
<meta property="og:title" content="{{ self.title() }}" />
43-
<meta property="og:image" content="{{ url_for('static', filename='images/ngo_explorer_logo_square.png', _external=True) }}" />
43+
<meta property="og:image" content="{{ url_for('static', filename='images/icon.png', _external=True) }}" />
4444
{% endblock social %}
4545
</head>
4646
<body class="source-sans tabular-nums dark-gray {% if 'debug' in request.values %}debug debug-grid{% endif %}">

0 commit comments

Comments
 (0)