diff --git a/_config.yml b/_config.yml index ce2e8a5..a045dc4 100644 --- a/_config.yml +++ b/_config.yml @@ -51,4 +51,18 @@ navigation: - label: "Social Media Integrations" links: - label: "\"YouTube\"YouTube" - url: "/youtube" \ No newline at end of file + url: "/youtube" + - label: "\"X\"Twitter / X" + url: "/x" + - label: "\"URLs\"Web Pages" + url: "/urls" + - label: "Data Governance" + links: + - label: "Terms of Use" + url: "/terms-of-use" + - label: "Privacy Policy" + url: "/privacy-policy" + - label: "Cookie Policy" + url: "/cookie-policy" + - label: "Account Deletion" + url: "/account-deletion" \ No newline at end of file diff --git a/_layouts/default.html b/_layouts/default.html index 6a38cdc..320cf61 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -75,22 +75,6 @@ data-bs-target="#sidebar">
- {% for nav in site.navigation %}
{% endfor %} -