From 5bab2e0a399349c5f7adc6aa252d8e3c6ee06d80 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sat, 2 Mar 2019 17:28:46 +0200 Subject: [PATCH 1/7] Fix page title. --- docs/_includes/default.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_includes/default.html b/docs/_includes/default.html index 6926264756..d832bd9621 100644 --- a/docs/_includes/default.html +++ b/docs/_includes/default.html @@ -3,7 +3,7 @@ - {{ page.title }} + {{ title }} Date: Sat, 2 Mar 2019 17:29:59 +0200 Subject: [PATCH 2/7] default.html: HTML hygiene. * use a lowercase `doctype`; it works the same, but it compresses slightly better * remove useless end tags --- docs/_includes/default.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/_includes/default.html b/docs/_includes/default.html index d832bd9621..d34807f8f3 100644 --- a/docs/_includes/default.html +++ b/docs/_includes/default.html @@ -1,19 +1,19 @@ - + - - + + {{ title }} - - - - + > + + + + @@ -27,7 +27,7 @@

alt="Mocha" width="192" height="192" - /> + >

From f82248ab3c6aa5ec6e23745d4d29e3ed503e8aeb Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sun, 3 Mar 2019 00:07:08 +0200 Subject: [PATCH 3/7] CSS use classes instead of IDs. --- docs/_includes/backers.md | 7 ++++--- docs/_includes/default.html | 8 ++++---- docs/css/style.css | 20 ++++++++++---------- 3 files changed, 18 insertions(+), 17 deletions(-) diff --git a/docs/_includes/backers.md b/docs/_includes/backers.md index 4481202591..71469390f2 100644 --- a/docs/_includes/backers.md +++ b/docs/_includes/backers.md @@ -1,7 +1,8 @@ ## Backers -Find Mocha helpful? Become a [backer](https://opencollective.com/mochajs#support) and support Mocha with a monthly donation. +Find Mocha helpful? Become a [backer](https://opencollective.com/mochajs#support) and support Mocha with a monthly donation. -{% for i in (0..29) %}[![](https://opencollective.com/mochajs/backer/{{ i }}/avatar.jpg)](https://opencollective.com/mochajs/backer/{{ i }}/website){: target="_blank" rel="noopener"}{% endfor %} -{: .image-list id="_backers" } + +{% for i in (0..29) %}[![](https://opencollective.com/mochajs/backer/{{ i }}/avatar.jpg)](https://opencollective.com/mochajs/backer/{{ i }}/website){: target="\_blank" rel="noopener"}{% endfor %} +{: .image-list class="backers" } diff --git a/docs/_includes/default.html b/docs/_includes/default.html index d34807f8f3..59cb2418fa 100644 --- a/docs/_includes/default.html +++ b/docs/_includes/default.html @@ -15,11 +15,11 @@ - + -
+

-

simple, flexible, fun

+

simple, flexible, fun

-
{{ content }}
+
{{ content }}