mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-09-01 23:58:49 +00:00
feat!: Include ZIM files in releases (#3102)
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
<br />
|
||||
{{ copyright.note }}
|
||||
<br />
|
||||
<a href='/license' aria-label="More information about our website license.">
|
||||
<a href='https://www.privacyguides.org/license' aria-label="More information about our website license.">
|
||||
{% for icon in copyright.license %}
|
||||
<span class="twemoji">{% include ".icons/" ~ icon ~ ".svg" %}</span>
|
||||
{% endfor %}
|
||||
|
@@ -1,7 +1,7 @@
|
||||
<div class="md-header__option">
|
||||
<div class="">
|
||||
{% set icon = "material/heart" %}
|
||||
<a href="/en/about/donate/" class="md-header__button md-icon pg-red" title="Donate">
|
||||
<a href="https://www.privacyguides.org/{{ config.theme.language }}/about/donate/" class="md-header__button md-icon pg-red" title="Donate">
|
||||
{% include ".icons/" ~ icon ~ ".svg" %}
|
||||
</a>
|
||||
</div>
|
||||
|
@@ -121,7 +121,7 @@
|
||||
{% endif %}
|
||||
|
||||
<!-- Site language selector -->
|
||||
{% if config.extra.alternate %}
|
||||
{% if config.extra.alternate and config.extra.language_switcher %}
|
||||
{% include "partials/alternate.html" %}
|
||||
{% endif %}
|
||||
|
||||
|
Reference in New Issue
Block a user