Skip to content

Commit ad67504

Browse files
committed
fix: fix typo in links widget name
1 parent f9a0579 commit ad67504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pelicanconf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
LINKS = (
1010
("fastapi-problem-details", "https://github.com/g0di/fastapi-problem-details"),
1111
("rename", "https://github.com/g0di/rename"),
12-
("media-heloper", "https://github.com/g0di/media-helper"),
12+
("media-helper", "https://github.com/g0di/media-helper"),
1313
)
1414
LINKS_WIDGET_NAME = "Projects"
1515
LOGO = "https://g0di.github.io/images/benoit-godard.jpg"

0 commit comments

Comments
 (0)