forked from ewfm/ewfm
hi
This commit is contained in:
parent
a8af7d07b6
commit
b2a3007199
1 changed files with 1 additions and 1 deletions
2
main.rb
2
main.rb
|
@ -19,7 +19,7 @@ workspace.push(*everything)
|
||||||
themes_fold = "themes/"
|
themes_fold = "themes/"
|
||||||
theme_dir = themes_fold + theme + "/"
|
theme_dir = themes_fold + theme + "/"
|
||||||
|
|
||||||
protocol = "https://"
|
protocol = "http://"
|
||||||
|
|
||||||
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>"]
|
||||||
|
|
Loading…
Reference in a new issue