mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-11-05 13:57:55 +00:00
Compare commits
1 Commits
ente-photo
...
articles-c
| Author | SHA1 | Date | |
|---|---|---|---|
|
4831bce081
|
@@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
description: Privacy-related news stories, product reviews, opinion pieces, and other important articles from Privacy Guides contributors.
|
description: Privacy-related news stories, product reviews, opinion pieces, and other important articles from Privacy Guides contributors.
|
||||||
|
canonical_url: https://www.privacyguides.org/posts/tag/articles/
|
||||||
hide:
|
hide:
|
||||||
- footer
|
- footer
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -34,7 +34,9 @@
|
|||||||
{% elif config.site_author %}
|
{% elif config.site_author %}
|
||||||
<meta name="author" content="{{ config.site_author }}">
|
<meta name="author" content="{{ config.site_author }}">
|
||||||
{% endif %}
|
{% 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 }}">
|
<link rel="canonical" href="{{ page.canonical_url }}">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if page.previous_page %}
|
{% if page.previous_page %}
|
||||||
|
|||||||
Reference in New Issue
Block a user