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