1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-02 17:42:39 +00:00

Remove '14 Eyes' info and legacy pages (#504)

Co-authored-by: Jonah Aragon <jonah@triplebit.net>
This commit is contained in:
Tommy
2021-12-31 22:40:35 -05:00
committed by GitHub
parent b4ce9391b5
commit 5e32dcfa88
15 changed files with 2 additions and 151 deletions

View File

@ -8,6 +8,5 @@ layout: default
</p>{% endif %}
{{ content }}
{% include hr.html %}
{% include breadcrumbs.html %}
{% include footer.html %}
</div>

View File

@ -2,7 +2,6 @@
layout: default
---
<div class="container my-5">
{% include breadcrumbs.html %}
<div class="d-flex flex-row my-5 align-items-center">
{% if page.logo %}<div class="w-50 d-none d-lg-block text-center">
<img src="{{ page.logo }}" alt="{{ page.title }} logo" width="128px" height="128px" class="">
@ -21,6 +20,5 @@ layout: default
{{ content }}
{% include downloads.html %}
{% include hr.html %}
{% include breadcrumbs.html %}
{% include footer.html %}
</div>