This commit is contained in:
abbie 2021-09-20 16:40:16 +01:00
parent b5c4df6327
commit a8af7d07b6
No known key found for this signature in database
GPG key ID: 04DDE463F9200F87

View file

@ -19,7 +19,7 @@ workspace.push(*everything)
themes_fold = "themes/" themes_fold = "themes/"
theme_dir = themes_fold + theme + "/" theme_dir = themes_fold + theme + "/"
protocol = "http://" protocol = "https://"
da = ["<a href=\"" + protocol + site_domain + "\">home</a> "] da = ["<a href=\"" + protocol + site_domain + "\">home</a> "]
dp = ["<p><a href=\"" + protocol + site_domain + "\">home</a></p>"] dp = ["<p><a href=\"" + protocol + site_domain + "\">home</a></p>"]