X-Git-Url: https://git.phdru.name/?p=phdru.name%2Fphdru.name.git;a=blobdiff_plain;f=reindex_blog.py;h=291e182eee8ddffff655114f347e50b9da54b97a;hp=ab257d55848b0cfadd9b782752365c0dda5f902a;hb=885ea384ba51ae8c0a0eca3b4d2cc7a26b8eb011;hpb=a3d7063368f527f11c2ec2a4a09d79720cdc06aa diff --git a/reindex_blog.py b/reindex_blog.py index ab257d5..291e182 100755 --- a/reindex_blog.py +++ b/reindex_blog.py @@ -527,9 +527,9 @@ from news import NewsItem if blog_root: blog_root_url = blog_root[ blog_root.find('/htdocs/phdru.name/') + len('/htdocs/phdru.name/'):] - baseURL = "http://phdru.name/%s/" % blog_root_url + baseURL = "https://phdru.name/%s/" % blog_root_url else: - baseURL = "http://phdru.name/" + baseURL = "https://phdru.name/" items = [] for item in tuple(reversed(all_titles_tags))[:10]: