mirror of
				https://github.com/privacyguides/privacyguides.org.git
				synced 2025-11-04 05:17:57 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			99 lines
		
	
	
		
			6.8 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			99 lines
		
	
	
		
			6.8 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!-- {#
 | 
						|
  Copyright (c) 2016-2023 Martin Donath <martin.donath@squidfunk.com>
 | 
						|
  Copyright (c) 2023 Jonah Aragon <jonah@triplebit.net>
 | 
						|
 | 
						|
  Permission is hereby granted, free of charge, to any person obtaining a copy
 | 
						|
  of this software and associated documentation files (the "Software"), to
 | 
						|
  deal in the Software without restriction, including without limitation the
 | 
						|
  rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
 | 
						|
  sell copies of the Software, and to permit persons to whom the Software is
 | 
						|
  furnished to do so, subject to the following conditions:
 | 
						|
 | 
						|
  The above copyright notice and this permission notice shall be included in
 | 
						|
  all copies or substantial portions of the Software.
 | 
						|
 | 
						|
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 | 
						|
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 | 
						|
  FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE
 | 
						|
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 | 
						|
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 | 
						|
  FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
 | 
						|
  IN THE SOFTWARE.
 | 
						|
#} -->
 | 
						|
{% extends "base.html" %}
 | 
						|
{% block site_meta %}
 | 
						|
    <meta charset="utf-8">
 | 
						|
    <meta name="viewport" content="width=device-width,initial-scale=1">
 | 
						|
    {% if page.meta and page.meta.description %}
 | 
						|
    <meta name="description" content="{{ page.meta.description }}">
 | 
						|
    {% elif config.site_description %}
 | 
						|
    <meta name="description" content="{{ config.site_description }}">
 | 
						|
    {% endif %}
 | 
						|
    {% if page.meta and page.meta.author %}
 | 
						|
    <meta name="author" content="{{ page.meta.author }}">
 | 
						|
    {% elif config.site_author %}
 | 
						|
    <meta name="author" content="{{ config.site_author }}">
 | 
						|
    {% endif %}
 | 
						|
    {% if page.canonical_url %}
 | 
						|
    <link rel="canonical" href="{{ page.canonical_url }}">
 | 
						|
    {% endif %}
 | 
						|
    {% if page.previous_page %}
 | 
						|
    <link rel="prev" href="{{ page.previous_page.url | url }}">
 | 
						|
    {% endif %}
 | 
						|
    {% if page.next_page %}
 | 
						|
    <link rel="next" href="{{ page.next_page.url | url }}">
 | 
						|
    {% endif %}
 | 
						|
    {% if config.extra.alternate is iterable %}
 | 
						|
    {% for alt in config.extra.alternate %}
 | 
						|
        <link rel="alternate" href="{{ "https://www.privacyguides.org/" ~ alt.lang ~ "/" ~ page.url }}" hreflang="{{ alt.lang | d(lang.t('language')) }}">
 | 
						|
    {% endfor %}
 | 
						|
    {% endif %}
 | 
						|
    {% if "rss" in config.plugins %}
 | 
						|
    <link rel="alternate" type="application/rss+xml" title="{{ lang.t('rss.created') }}" href="{{ 'feed_rss_created.xml' | url }}">
 | 
						|
    <link rel="alternate" type="application/rss+xml" title="{{ lang.t('rss.updated') }}" href="{{ 'feed_rss_updated.xml' | url }}">
 | 
						|
    {% endif %}
 | 
						|
    <link rel="icon" href="{{ config.theme.favicon | url }}">
 | 
						|
    <meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.1.0+insiders-4.32.2">
 | 
						|
{% endblock %}
 | 
						|
{% block announce %}{% if config.extra.offline %}
 | 
						|
    You're viewing an offline copy of Privacy Guides built on {{ build_date_utc }}.
 | 
						|
    <a href="https://www.privacyguides.org/"> 
 | 
						|
    <strong>Visit privacyguides.org for the latest version.</strong>
 | 
						|
    </a>
 | 
						|
{% elif config.extra.context == "deploy-preview" %}
 | 
						|
    You're viewing an <strong>unreviewed preview</strong> of Privacy Guides built on {{ build_date_utc }}.
 | 
						|
    These previews are <strong>user-submitted</strong> and may not necessarily reflect the opinion of the site.
 | 
						|
    <a href="https://www.privacyguides.org/"> 
 | 
						|
    <strong>Visit privacyguides.org for current advice.</strong>
 | 
						|
    </a>
 | 
						|
{% else %}{% endif %}{% endblock %}
 | 
						|
{% block extrahead %}{% if page and page.meta and page.meta.schema %}
 | 
						|
<script type="application/ld+json">
 | 
						|
{{ page.meta.schema|tojson }}
 | 
						|
</script>
 | 
						|
{% endif %}{% endblock %}
 | 
						|
{% block content %}
 | 
						|
    {% include "partials/content.html" %}
 | 
						|
    {% if config.theme.language == "es" %}
 | 
						|
    <div class="admonition info">
 | 
						|
    <p>Está viendo la copia en español de Privacy Guides, traducidas por nuestro fantástico equipo lingüístico en <a href="https://crowdin.com/project/privacyguides">Crowdin</a>. Si nota un error o ve alguna sección sin traducir en esta página, ¡<a href="https://matrix.to/#/#pg-i18n:aragon.sh">considere ayudar</a>!</p>
 | 
						|
    <p>You're viewing the Spanish copy of Privacy Guides, translated by our fantastic language team on <a href="https://crowdin.com/project/privacyguides">Crowdin</a>. If you notice an error, or see any untranslated sections on this page, please consider <a href="https://matrix.to/#/#pg-i18n:aragon.sh">helping out</a>!</p>
 | 
						|
    </div>
 | 
						|
    {% elif config.theme.language == "fr" %}
 | 
						|
    <div class="admonition info">
 | 
						|
    <p>Vous êtes en train de consulter la copie française de Privacy Guides, traduite par notre fantastique équipe de traducteurs sur <a href="https://crowdin.com/project/privacyguides">Crowdin</a>. Si vous remarquez une erreur, ou si vous voyez des sections non traduites sur cette page, <a href="https://matrix.to/#/#pg-i18n:aragon.sh">n'hésitez pas à nous aider</a> !</p>
 | 
						|
    <p>You're viewing the French copy of Privacy Guides, translated by our fantastic language team on <a href="https://crowdin.com/project/privacyguides">Crowdin</a>. If you notice an error, or see any untranslated sections on this page, please consider <a href="https://matrix.to/#/#pg-i18n:aragon.sh">helping out</a>!</p>
 | 
						|
    </div>
 | 
						|
    {% elif config.theme.language == "he" %}
 | 
						|
    <div class="admonition info">
 | 
						|
    <p>אתה צופה בעותק העברי של Privacy Guides, שתורגם על ידי צוות השפה הפנטסטי שלנו ב-<a href="https://crowdin.com/project/privacyguides">Crowdin</a>. אם אתה מבחין בשגיאה, או רואה קטעים לא מתורגמים בדף זה, <a href="https://matrix.to/#/#pg-i18n:aragon.sh">אנא שקול לעזור!</a></p>
 | 
						|
    <p>You're viewing the Hebrew copy of Privacy Guides, translated by our fantastic language team on <a href="https://crowdin.com/project/privacyguides">Crowdin</a>. If you notice an error, or see any untranslated sections on this page, please consider <a href="https://matrix.to/#/#pg-i18n:aragon.sh">helping out</a></p>
 | 
						|
    </div>
 | 
						|
    {% elif config.theme.language == "nl" %}
 | 
						|
    <div class="admonition info">
 | 
						|
    <p>Je bekijkt de Nederlandse versie van Privacy Guides, vertaald door ons fantastische taalteam op <a href="https://crowdin.com/project/privacyguides">Crowdin</a>. Als u een fout opmerkt of onvertaalde gedeelten op deze pagina ziet, <a href="https://matrix.to/#/#pg-i18n:aragon.sh">overweeg dan om te helpen</a>!</p>
 | 
						|
    <p>You're viewing the Dutch copy of Privacy Guides, translated by our fantastic language team on <a href="https://crowdin.com/project/privacyguides">Crowdin</a>. If you notice an error, or see any untranslated sections on this page, please consider <a href="https://matrix.to/#/#pg-i18n:aragon.sh">helping out</a></p>
 | 
						|
    </div>
 | 
						|
    {% endif %}
 | 
						|
{% endblock %}
 |