We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7460750 commit d65a3b8Copy full SHA for d65a3b8
ngo_explorer/templates/base.html.j2
@@ -40,7 +40,7 @@
40
<meta name="twitter:creator" content="@kanedr" />
41
<meta property="og:url" content="{{ request.url }}" />
42
<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) }}" />
+ <meta property="og:image" content="{{ url_for('static', filename='images/icon.png', _external=True) }}" />
44
{% endblock social %}
45
</head>
46
<body class="source-sans tabular-nums dark-gray {% if 'debug' in request.values %}debug debug-grid{% endif %}">
0 commit comments