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:
@@ -156,5 +156,5 @@ layers:
|
||||
amount: 4
|
||||
height: 1.5
|
||||
font:
|
||||
family: Bagnard
|
||||
family: Public Sans
|
||||
style: Bold
|
||||
|
@@ -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 %}
|
||||
|
Reference in New Issue
Block a user