From 1cdd251824e39247861b95436820f170bb672da6 Mon Sep 17 00:00:00 2001 From: Daniel Nathan Gray Date: Tue, 4 May 2021 04:22:50 +0000 Subject: [PATCH] Revert "Replace tags to and tags to (#2273)" (#2281) This reverts commit 216dd66aba35d64fff79e62ed317a7fa317bb8af. --- 404.html | 10 +-- _includes/badge.html | 8 +- _includes/breadcrumbs.html | 2 +- _includes/card.html | 4 +- _includes/cardv2.html | 84 +++++++++---------- _includes/footer.html | 16 ++-- _includes/sections/android-addons.html | 2 +- .../sections/android-operating-systems.html | 4 +- _includes/sections/browser-addons.html | 4 +- _includes/sections/browser-fingerprint.html | 6 +- .../sections/browser-recommendation.html | 6 +- _includes/sections/browser-tweaks.html | 2 +- _includes/sections/browser-webrtc.html | 6 +- .../sections/calendar-contacts-sync.html | 2 +- _includes/sections/cloud-storage.html | 2 +- _includes/sections/decentralized-video.html | 2 +- _includes/sections/dns.html | 14 ++-- _includes/sections/email-clients.html | 8 +- _includes/sections/email-providers.html | 24 ++---- _includes/sections/email-warning.html | 2 +- _includes/sections/file-encryption.html | 2 +- _includes/sections/file-sharing.html | 2 +- _includes/sections/file-sync.html | 2 +- _includes/sections/fourteen-eyes.html | 2 +- _includes/sections/header.html | 2 +- _includes/sections/hosting-provider.html | 2 +- _includes/sections/instant-messenger.html | 8 +- _includes/sections/ios-addons.html | 2 +- _includes/sections/key-disclosure-law.html | 2 +- _includes/sections/notebooks.html | 2 +- _includes/sections/operating-systems.html | 4 +- .../other-mobile-operating-systems.html | 2 +- _includes/sections/participate.html | 2 +- _includes/sections/password-managers.html | 2 +- _includes/sections/paste-services.html | 2 +- _includes/sections/privacy-resources.html | 2 +- _includes/sections/productivity-tools.html | 4 +- _includes/sections/quotes.html | 2 +- _includes/sections/resources.html | 2 +- _includes/sections/router-firmware.html | 2 +- _includes/sections/search-engines.html | 2 +- .../sections/self-contained-networks.html | 2 +- _includes/sections/selfhosted-cloud.html | 2 +- _includes/sections/social-networks.html | 2 +- .../sections/social-news-aggregator.html | 2 +- _includes/sections/teamchat.html | 2 +- _includes/sections/tor-operating-systems.html | 2 +- _includes/sections/video-frontends.html | 2 +- _includes/sections/voice-video-messenger.html | 2 +- _includes/sections/vpn.html | 8 +- _includes/sections/warrant-canary.html | 2 +- _includes/sections/windows10.html | 2 +- _includes/team.html | 14 ++-- index.html | 2 +- pages/about/about.html | 12 +-- pages/donate.html | 16 ++-- pages/os.html | 2 +- pages/providers.html | 2 +- pages/providers/email.html | 12 +-- pages/providers/vpn.html | 6 +- pages/services/services.html | 16 ++-- pages/software/real-time-communication.html | 2 +- pages/sponsors.html | 8 +- 63 files changed, 185 insertions(+), 195 deletions(-) diff --git a/404.html b/404.html index bf23a26f..6e8e7276 100644 --- a/404.html +++ b/404.html @@ -11,13 +11,13 @@ active_page: 404 -

If you believe you reached this page in error, please contact us!

+

If you believe you reached this page in error, please contact us!

diff --git a/_includes/badge.html b/_includes/badge.html index 2a2738de..f069d819 100644 --- a/_includes/badge.html +++ b/_includes/badge.html @@ -3,8 +3,8 @@ href="{{ include.link }}" class="badge badge-{{ include.color | default: "info" }}" {% if include.tooltip %} data-toggle="tooltip" - data-original-title="{{ include.tooltip }}"> {{ include.text }} -{% else %}> {{ include.text }}{% endif %} + data-original-title="{{ include.tooltip }}"> {{ include.text }} +{% else %}> {{ include.text }}{% endif %} {% else %} {{include.text}} + > {{include.text}} {% else %} - > {% if include.icon %}{% endif %} {{include.text}} + > {% if include.icon %}{% endif %} {{include.text}} {% endif %} {% endif %} diff --git a/_includes/breadcrumbs.html b/_includes/breadcrumbs.html index 01f198db..b744bb53 100644 --- a/_includes/breadcrumbs.html +++ b/_includes/breadcrumbs.html @@ -2,7 +2,7 @@ {% assign crumbs = page.url | remove:'/index.html' | split: '/' %}