We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 72cb640 + 399ccd0 commit f570b78Copy full SHA for f570b78
templates/_layout.jinja2
@@ -31,7 +31,7 @@
31
<title>{{ title }} − PyConFR 2025</title>
32
<meta charset="utf-8" />
33
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
34
- <meta property="og:image" content="{{ url_for('static', filename='images/logo-full.svg', _external=True) }}"/>
+ <meta property="og:image" content="{{ url_for('static', filename='images/logo-full.svg') }}"/>
35
36
<link rel="shortcut icon" href="{{ url_for('static', filename='images/favicon.svg') }}" />
37
<link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') | version }}">
0 commit comments