We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afd0ef8 commit 9ec63ddCopy full SHA for 9ec63dd
_layouts/settings.html
@@ -9,10 +9,8 @@ <h2 id="{{ group.title }}">{{ group.title }}</h2>
9
{% assign value = pair[1] %}
10
{% assign setting = site.data.settings[name] %}
11
<div class="notice">
12
- <p>
13
- <strong>{{ value.title }}</strong><br>
14
- {{ value.description }}
15
- </p>
+ <h3 id="{{ group.title }}-{{ value.name }}">{{ value.title }}</h3>
+ {% if value.description %}<p>{{ value.description }}</p>{% endif %}
16
{% if setting.type == 'radio' %}
17
{% for option in setting.options %}
18
<label>
0 commit comments