Skip to content

Commit f570b78

Browse files
authored
Merge pull request #4 from Chadys/seo-image
Revert "use absolute url for seo image instead of relative"
2 parents 72cb640 + 399ccd0 commit f570b78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/_layout.jinja2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<title>{{ title }} − PyConFR 2025</title>
3232
<meta charset="utf-8" />
3333
<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) }}"/>
34+
<meta property="og:image" content="{{ url_for('static', filename='images/logo-full.svg') }}"/>
3535

3636
<link rel="shortcut icon" href="{{ url_for('static', filename='images/favicon.svg') }}" />
3737
<link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') | version }}">

0 commit comments

Comments
 (0)