1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-25 12:51:14 +00:00

update(blog)!: In Defense of Brave's Private Window with Tor (#2907)

This commit is contained in:
2025-02-26 15:40:25 -06:00
parent cb91421204
commit d947f73967
5 changed files with 95 additions and 3 deletions

View File

@@ -156,5 +156,5 @@ layers:
amount: 4
height: 1.5
font:
family: Bagnard
family: Public Sans
style: Bold

View File

@@ -34,7 +34,9 @@
{% elif config.site_author %}
<meta name="author" content="{{ config.site_author }}">
{% endif %}
{% if page.canonical_url %}
{% if page.meta and page.meta.canonical_url %}
<link rel="canonical" href="{{ page.meta.canonical_url }}">
{% elif page.canonical_url %}
<link rel="canonical" href="{{ page.canonical_url }}">
{% endif %}
{% if page.previous_page %}