update header
This commit is contained in:
parent
6fa1562616
commit
26fcafced8
@ -4,7 +4,7 @@ description: "Mycelium is a decentralized networking and storage solution design
|
|||||||
insert_anchor_links: "left"
|
insert_anchor_links: "left"
|
||||||
extra:
|
extra:
|
||||||
author: ThreeFold
|
author: ThreeFold
|
||||||
imgPath: home/tf.png
|
imgPath: home/mycel2.png
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
|
BIN
content/home/mycel2.png
Normal file
BIN
content/home/mycel2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 179 KiB |
Binary file not shown.
Before Width: | Height: | Size: 327 B After Width: | Height: | Size: 1.9 KiB |
@ -27,9 +27,9 @@
|
|||||||
// from: https://stackoverflow.com/a/4425214
|
// from: https://stackoverflow.com/a/4425214
|
||||||
var links = document.links;
|
var links = document.links;
|
||||||
var internal_hosts = [
|
var internal_hosts = [
|
||||||
'www.threefold.io',
|
'www.mycelium.threefold.io',
|
||||||
'threefold.io',
|
'mycelium.threefold.io',
|
||||||
'www2.threefold.io',
|
'www2.mycelium.threefold.io',
|
||||||
'localhost',
|
'localhost',
|
||||||
'127.0.0.1'
|
'127.0.0.1'
|
||||||
]
|
]
|
||||||
|
@ -44,7 +44,7 @@
|
|||||||
<script type="text/javascript" src="//www.freeprivacypolicy.com/public/cookie-consent/4.0.0/cookie-consent.js" charset="UTF-8"></script>
|
<script type="text/javascript" src="//www.freeprivacypolicy.com/public/cookie-consent/4.0.0/cookie-consent.js" charset="UTF-8"></script>
|
||||||
<script type="text/javascript" charset="UTF-8">
|
<script type="text/javascript" charset="UTF-8">
|
||||||
document.addEventListener('DOMContentLoaded', function () {
|
document.addEventListener('DOMContentLoaded', function () {
|
||||||
cookieconsent.run({ "notice_banner_type": "headline", "consent_type": "express", "palette": "light", "language": "en", "page_load_consent_levels": ["strictly-necessary"], "notice_banner_reject_button_hide": false, "preferences_center_close_button_hide": false, "website_name": "https://threefold.io/", "website_privacy_policy_url": "https://library.threefold.me/info/legal/#/legal__privacypolicy" });
|
cookieconsent.run({ "notice_banner_type": "headline", "consent_type": "express", "palette": "light", "language": "en", "page_load_consent_levels": ["strictly-necessary"], "notice_banner_reject_button_hide": false, "preferences_center_close_button_hide": false, "website_name": "https://www.mycelium.threefold.io/", "website_privacy_policy_url": "https://library.threefold.me/info/legal/#/legal__privacypolicy" });
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<!-- Google Tag Manager -->
|
<!-- Google Tag Manager -->
|
||||||
|
Loading…
Reference in New Issue
Block a user