We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f52b057 commit 7045f64Copy full SHA for 7045f64
pelicanconf.py
@@ -47,11 +47,11 @@
47
}
48
49
MENUITEMS = [
50
- ("Companies", "http://0.0.0.0:8000/pages/pythoninnepal.html"),
51
- ("Developers", "http://0.0.0.0:8000/pages/developers.html"),
52
- ("Resources", "http://0.0.0.0:8000/pages/resources.html"),
53
- ("Meetups", "http://0.0.0.0:8000/pages/meetups.html"),
54
- ("Videos", "http://0.0.0.0:8000/pages/videos.html")
+ ("Companies", "https://0.0.0.0:8000/pages/pythoninnepal.html"),
+ ("Developers", "https://0.0.0.0:8000/pages/developers.html"),
+ ("Resources", "https://0.0.0.0:8000/pages/resources.html"),
+ ("Meetups", "https://0.0.0.0:8000/pages/meetups.html"),
+ ("Videos", "https://0.0.0.0:8000/pages/videos.html")
55
]
56
57
#
0 commit comments