From dce270a55732970221a3b223c1e9aecb5b4719c8 Mon Sep 17 00:00:00 2001 From: Jonah Date: Fri, 8 Nov 2019 13:47:57 -0600 Subject: [PATCH 1/3] Add breadcrumbs --- _includes/breadcrumbs.html | 22 ++++++++++++++++++++++ _layouts/page.html | 2 ++ 2 files changed, 24 insertions(+) create mode 100644 _includes/breadcrumbs.html diff --git a/_includes/breadcrumbs.html b/_includes/breadcrumbs.html new file mode 100644 index 00000000..dda03dd4 --- /dev/null +++ b/_includes/breadcrumbs.html @@ -0,0 +1,22 @@ + diff --git a/_layouts/page.html b/_layouts/page.html index 4a137c66..fbdb45fd 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -2,6 +2,8 @@ layout: default --- +{% include breadcrumbs.html %} +

{{ page.title }}

{% if page.description and page.hidedesc != true %}

{{ page.description }}

{% endif %} -- 2.40.1 From 579a0fbbc99dbd4239df25f24f3ca023e687b56a Mon Sep 17 00:00:00 2001 From: Jonah Date: Fri, 8 Nov 2019 14:21:12 -0600 Subject: [PATCH 2/3] Update cardv2.html --- _includes/cardv2.html | 46 +++++++++++++++++++++++-------------------- 1 file changed, 25 insertions(+), 21 deletions(-) diff --git a/_includes/cardv2.html b/_includes/cardv2.html index 26eeb34c..da9220ca 100644 --- a/_includes/cardv2.html +++ b/_includes/cardv2.html @@ -64,6 +64,7 @@
Website @@ -71,6 +72,7 @@ {% if include.forum %} Forum @@ -79,6 +81,7 @@ {% if include.tor %} {% if include.windows %} {% if include.windows != "" %} - + {% else %} @@ -111,7 +115,7 @@ {% if include.mac %} {% if include.mac != "" %} - + {% else %} @@ -121,7 +125,7 @@ {% if include.linux %} {% if include.linux != "" %} - + {% else %} @@ -131,7 +135,7 @@ {% if include.freebsd %} {% if include.freebsd != "" %} - + {% else %} @@ -141,7 +145,7 @@ {% if include.openbsd %} {% if include.openbsd != "" %} - + {% else %} @@ -151,7 +155,7 @@ {% if include.netbsd %} {% if include.netbsd != "" %} - + {% else %} @@ -161,7 +165,7 @@ {% if include.firefox %} {% if include.firefox != "" %} - + {% else %} @@ -171,7 +175,7 @@ {% if include.chrome %} {% if include.chrome != "" %} - + {% else %} @@ -181,7 +185,7 @@ {% if include.safari %} {% if include.safari != "" %} - + {% else %} @@ -191,7 +195,7 @@ {% if include.opera %} {% if include.opera != "" %} - + {% else %} @@ -201,7 +205,7 @@ {% if include.edge %} {% if include.edge != "" %} - + {% else %} @@ -211,7 +215,7 @@ {% if include.fdroid %} {% if include.fdroid != "" %} - + {% else %} @@ -221,7 +225,7 @@ {% if include.googleplay %} {% if include.googleplay != "" %} - + {% else %} @@ -231,7 +235,7 @@ {% if include.android %} {% if include.android != "" %} - + {% else %} @@ -241,7 +245,7 @@ {% if include.ios %} {% if include.ios != "" %} - + {% else %} @@ -251,7 +255,7 @@ {% if include.sailfish %} {% if include.sailfish != "" %} - + {% else %} @@ -261,7 +265,7 @@ {% if include.web %} {% if include.web != "" %} - + {% else %} @@ -274,25 +278,25 @@ {{include.icon3}} {% if include.github %} - + {% endif %} {% if include.gitlab %} - + {% endif %} {% if include.git %} - + {% endif %} {% if include.source %} - + {% endif %} -- 2.40.1 From cecfc43878e65b060233ec2d3b35c6d95cc6c5fb Mon Sep 17 00:00:00 2001 From: Jonah Date: Fri, 8 Nov 2019 16:38:29 -0600 Subject: [PATCH 3/3] Dark mode fix --- _includes/breadcrumbs.html | 2 +- assets/css/dark.scss | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/_includes/breadcrumbs.html b/_includes/breadcrumbs.html index dda03dd4..faf4cf51 100644 --- a/_includes/breadcrumbs.html +++ b/_includes/breadcrumbs.html @@ -1,4 +1,4 @@ -