File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1111from pelicanconf import *
1212
1313MENUITEMS = [
14- ("Companies" , "http ://pythonnepal.org/pages/pythoninnepal.html" ),
15- ("Developers" , "http ://pythonnepal.org/pages/developers.html" ),
16- ("Resources" , "http ://pythonnepal.org/pages/resources.html" ),
17- ("Meetups" , "http ://pythonnepal.org/pages/meetups.html" ),
18- ("Videos" , "http ://pythonnepal.org/pages/videos.html" )
14+ ("Companies" , "https ://pythonnepal.org/pages/pythoninnepal.html" ),
15+ ("Developers" , "https ://pythonnepal.org/pages/developers.html" ),
16+ ("Resources" , "https ://pythonnepal.org/pages/resources.html" ),
17+ ("Meetups" , "https ://pythonnepal.org/pages/meetups.html" ),
18+ ("Videos" , "https ://pythonnepal.org/pages/videos.html" )
1919]
2020
21- SITEURL = 'http ://pythonnepal.org'
21+ SITEURL = 'https ://pythonnepal.org'
2222RELATIVE_URLS = False
2323
2424FEED_ALL_ATOM = 'feeds/all.atom.xml'
You can’t perform that action at this time.
0 commit comments