From a0fb4966357ee8bb288994bb61efe1a670b785c6 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 25 Jun 2017 18:12:50 -0700 Subject: [PATCH] update rendering of colors in options.md --- docs/4.0/getting-started/options.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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 %}
-- 2.47.2