Skip to content

Commit 9ec63dd

Browse files
authored
Update settings.html
1 parent afd0ef8 commit 9ec63dd

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

_layouts/settings.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,8 @@ <h2 id="{{ group.title }}">{{ group.title }}</h2>
99
{% assign value = pair[1] %}
1010
{% assign setting = site.data.settings[name] %}
1111
<div class="notice">
12-
<p>
13-
<strong>{{ value.title }}</strong><br>
14-
{{ value.description }}
15-
</p>
12+
<h3 id="{{ group.title }}-{{ value.name }}">{{ value.title }}</h3>
13+
{% if value.description %}<p>{{ value.description }}</p>{% endif %}
1614
{% if setting.type == 'radio' %}
1715
{% for option in setting.options %}
1816
<label>

0 commit comments

Comments
 (0)