From: Julien Déramond Date: Sun, 25 Feb 2024 08:19:56 +0000 (+0100) Subject: Fix use of backticks in `support-bootstrap.md` X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f78df138c53f291efff4640f842f78200a1562f;p=thirdparty%2Fbootstrap.git Fix use of backticks in `support-bootstrap.md` --- diff --git a/site/content/docs/5.3/about/support-bootstrap.md b/site/content/docs/5.3/about/support-bootstrap.md index f5b6de4030..3be22f229f 100644 --- a/site/content/docs/5.3/about/support-bootstrap.md +++ b/site/content/docs/5.3/about/support-bootstrap.md @@ -53,13 +53,13 @@ Through donations and sponsorships we are able to maintain & improve Bootstrap. output.push( '
', ' ', '

', ) if (sponsorAccount.website) { - output.push('' + sponsorAccount.name + '') + output.push(`${sponsorAccount.name}`) } else { output.push(sponsorAccount.name) } @@ -87,11 +87,11 @@ Through donations and sponsorships we are able to maintain & improve Bootstrap. if (backerAccount.website) { output.push( - '' + `` ) } - output.push('' + backerAccount.name + '') + output.push(`${backerAccount.name}`) if (backerAccount.website) { output.push('')