]> git.phdru.name Git - phdru.name/phdru.name.git/blobdiff - reindex_blog.py
Upgrade: http://phdru.name/ -> https://phdru.name/
[phdru.name/phdru.name.git] / reindex_blog.py
index ab257d55848b0cfadd9b782752365c0dda5f902a..291e182eee8ddffff655114f347e50b9da54b97a 100755 (executable)
@@ -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]: