updat GH pages

This commit is contained in:
Ehab Hassan 2022-08-15 14:55:27 +02:00
parent ed917adb41
commit 4e88d88f60
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# The URL the site will be built for
base_url = "threefoldfoundation.github.io/www_ourworld_tf"
base_url = "https://ourworld.tf"
# Change this to your own URL! Please note this variable **must** be uncommented.
title = "ThreeFold"

View File

@ -36,6 +36,6 @@
<!-- **** CONCLUSION, favicons **** -->
<!-- CSS/SCSS -->
<link rel="stylesheet" href="{{ get_url(path="css/index.css", trailing_slash=false, cachebust=true) | safe }}" /> <style>@-moz-document url-prefix() {.lazy:-moz-loading {visibility:hidden;}}.ieOnly {display: none;}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {.ieOnly {display: block;}}</style>
<link rel="stylesheet" href="{{ get_url(path="/css/index.css", trailing_slash=false, cachebust=true) | safe }}" /> <style>@-moz-document url-prefix() {.lazy:-moz-loading {visibility:hidden;}}.ieOnly {display: none;}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {.ieOnly {display: block;}}</style>
</head>