EVEN DEV TO MASTER #12

Merged
sasha-astiadi merged 65 commits from development into master 2023-05-10 15:37:30 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 4e88d88f60 - Show all commits

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>