Skip to content
Merged

fix? #166

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions config/_default/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ section = ["HTML", "print"]

[params]
copyright = "We Are CORTEX is registered as CORTEX LTD"
privacy_policy = "https://www.wearecortex.com/policies/external-data-policy/"
privacy_policy = "https://www.wearecortex.com/external-data-policy/"

# First one is picked as the Twitter card image if not set on page.
# images = ["images/project-illustration.png"]
Expand Down Expand Up @@ -175,7 +175,7 @@ enable = true
# Legal info relevant links. These will show up on left side of footer.
[[params.links.legal]]
name = "Privacy Policy"
url = "https://www.wearecortex.com/policies/external-data-policy/"
url = "https://www.wearecortex.com/external-data-policy/"
[[params.links.legal]]
name = "Terms and Conditions"
url = "https://www.wearecortex.com/terms/"
Expand Down
Loading