Skip to content

Commit 5f2ab34

Browse files
authored
Merge pull request #5 from pythonpe/opengraph-fix
Opengraph fix
2 parents 164f37e + f4edc2d commit 5f2ab34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@
422422
html_extra_path = ["_extra"]
423423

424424
# OpenGraph options
425-
ogp_site_url = "https:/www.python.pe"
425+
ogp_site_url = "https://www.python.pe"
426426
ogp_enable_meta_description = True
427427
ogp_social_cards = {
428428
"line_color": "#4078c0",

0 commit comments

Comments
 (0)