diff --git a/_includes/breadcrumbs.html b/_includes/breadcrumbs.html new file mode 100644 index 00000000..faf4cf51 --- /dev/null +++ b/_includes/breadcrumbs.html @@ -0,0 +1,22 @@ + 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 %} 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 %} diff --git a/assets/css/dark.scss b/assets/css/dark.scss index af63f410..15a42a0e 100644 --- a/assets/css/dark.scss +++ b/assets/css/dark.scss @@ -125,7 +125,8 @@ img { .card, .jumbotron, -.list-group-item { +.list-group-item, +ol.breadcrumb { background: $dark-800; }