From: Mark Otto Date: Mon, 26 Jun 2017 01:12:50 +0000 (-0700) Subject: update rendering of colors in options.md X-Git-Tag: v4.0.0-beta~115^2~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0fb4966357ee8bb288994bb61efe1a670b785c6;p=thirdparty%2Fbootstrap.git update rendering of colors in options.md --- diff --git a/docs/4.0/getting-started/options.md b/docs/4.0/getting-started/options.md index 5145758c3c..4dfac50cbd 100644 --- a/docs/4.0/getting-started/options.md +++ b/docs/4.0/getting-started/options.md @@ -73,13 +73,7 @@ We use a subset of all colors to create a smaller color palette for generating c
{% for color in site.data.theme-colors %}
- {% if color.name == "background" %} -
- {{ color.name | capitalize }} -
- {% else %} -
{{ color.name | capitalize }}
- {% endif %} +
{{ color.name | capitalize }}
{% endfor %}