X-Git-Url: https://git.phdru.name/?p=phdru.name%2Fphdru.name.git;a=blobdiff_plain;f=make-news.py;h=35cf42d25cbf697f7087064454e384f1371d46e0;hp=6d6ab7db65019cad6b08ad5de80989704958f8aa;hb=HEAD;hpb=331965859222bca39a7fc251cdc93830620c8a4a diff --git a/make-news.py b/make-news.py index 6d6ab7d..35cf42d 100755 --- a/make-news.py +++ b/make-news.py @@ -57,7 +57,7 @@ write_if_changed(os.path.join(root, "news.tmpl"), ''.join(new_text)) namespace = { "title": "Oleg Broytman's Personal Page - News", - "baseURL": "http://phdru.name/", + "baseURL": "https://phdru.name/", "indexFile": "news.html", "description": "", "lang": lang, @@ -69,7 +69,7 @@ namespace = { if lang == "ru": namespace["title"] = "Oleg Broytman's Personal Page - Russian News" - namespace["baseURL"] = baseURL = "http://phdru.name/Russian/" + namespace["baseURL"] = baseURL = "https://phdru.name/Russian/" for item in news_items: item.baseURL = baseURL if isinstance(item.title, bytes):