diff --git a/_includes/breadcrumbs.html b/_includes/breadcrumbs.html index faf4cf51..b744bb53 100644 --- a/_includes/breadcrumbs.html +++ b/_includes/breadcrumbs.html @@ -8,7 +8,8 @@ {% if forloop.last %} {% else %} diff --git a/pages/providers/dns.html b/pages/providers/dns.html index 546f2319..db65a9d9 100644 --- a/pages/providers/dns.html +++ b/pages/providers/dns.html @@ -3,6 +3,7 @@ layout: page permalink: /providers/dns/ title: "Encrypted DNS Resolvers" description: "Don't let Google see all your DNS traffic. Discover privacy-centric alternatives to the traditional DNS providers." +breadcrumb: "DNS" --- {% include sections/dns.html %} diff --git a/pages/providers/vpn.html b/pages/providers/vpn.html index bfd272ed..73c1f695 100644 --- a/pages/providers/vpn.html +++ b/pages/providers/vpn.html @@ -3,6 +3,7 @@ layout: page permalink: /providers/vpn/ title: "VPN Services" description: "Find a no-logging VPN operator who isn't out to sell or read your web traffic." +breadcrumb: "VPN" ---
diff --git a/pages/software/cal-card.html b/pages/software/cal-card.html index 7246efd9..70cecdd0 100644 --- a/pages/software/cal-card.html +++ b/pages/software/cal-card.html @@ -1,8 +1,9 @@ --- layout: page permalink: /software/calendar-contacts/ -title: "Calendar/Contacts Sync Tools" +title: "Calendar and Contact Sync Tools" description: "Discover free, open-source, and secure ways to sync your contacts and calendars across your devices." +breadcrumb: "Calendar and Contacts" --- {% include sections/calendar-contacts-sync.html %}