1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-02 01:32:41 +00:00

Enable offline builds (#2087)

This commit is contained in:
2023-03-11 13:29:07 -06:00
parent c99bdda06f
commit 9112720140
5 changed files with 203 additions and 14 deletions

View File

@ -33,3 +33,9 @@
<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>
{% else %}{% endif %}{% endblock %}