diff --git a/mkdocs.yml b/mkdocs.yml index 3d8cc66..2ffb60e 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -159,7 +159,7 @@ extra_javascript: nav: - Home: 'https://www.privacyguides.org/' - - 'Knowledge Base': 'https://www.privacyguides.org/basics/threat-modeling' + - 'Knowledge Base': 'https://www.privacyguides.org/kb/' - 'Recommendations': 'https://www.privacyguides.org/tools/' - 'About': 'https://www.privacyguides.org/about/' - 'Donate': 'https://www.privacyguides.org/about/donate/' diff --git a/theme/overrides/blog.en.html b/theme/overrides/blog.en.html deleted file mode 100644 index 5cad3de..0000000 --- a/theme/overrides/blog.en.html +++ /dev/null @@ -1,88 +0,0 @@ -{% extends "base.html" %} -{% block extrahead %} - - - - - - - - - -{% endblock %} -{% block tabs %} - {{ super() }} - -
-
-
-
-

{{ page.meta.title }}

-

{{ page.meta.created }} | {{ page.meta.author }}

-
-
-
-
-{% endblock %} -{% block content %} - {% if page.meta.image %} - - {% endif %} - - {% include ".icons/material/rss.svg" %} - - {% if "tags" in config.plugins %} - {% include "partials/tags.html" %} - {% endif %} - {% if not "\x3ch1" in page.content %} -

{{ page.title | d(config.site_name, true)}}

- {% endif %} - {{ page.content }} - - -

{{ lang.t("meta.comments") }}

- - - - -{% endblock %} diff --git a/theme/overrides/home.en.html b/theme/overrides/home.en.html deleted file mode 100644 index 120bdd3..0000000 --- a/theme/overrides/home.en.html +++ /dev/null @@ -1,30 +0,0 @@ -{% extends "base.html" %} -{% block extrahead %} - - - - - - - -{% endblock %} -{% block tabs %} - {{ super() }} - -
-
-
-
-

The guide to restoring your online privacy.

-

Massive organizations are monitoring your online activities. Privacy Guides is your central privacy and security resource to protect yourself online.

- - Start Your Privacy Journey - - - Recommended Tools - -
-
-
-
-{% endblock %}