diff options
-rwxr-xr-x | pyblog | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -313,9 +313,6 @@ def generate_menu(): htmly_website_page += "<a href='/website/"+name+"' class='lia'><li><span class='left-lia'></span><span class='center-lia'>"+name.split('.html')[0]+"</span><span class='right-lia'></span></li></a>" htmly_website_page += "</ul>" - - print(htmly_website_page) - # Writing the menu in all pages contained in the variable in place of the -- generate menu here -- for html_file in html_fileList: with open(tmppath, 'w', encoding='utf-8') as tmpfile: |