Skip to content

Commit 3ce1e50

Browse files
authored
修复一处笔误
1 parent 0cc21dd commit 3ce1e50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/settings.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ <h2 id="{{ group.title }}">{{ group.title }}</h2>
99
{% assign value = pair[1] %}
1010
{% assign setting = site.data.settings[name] %}
1111
<div class="notice">
12-
<h3 id="{{ group.title }}-{{ value.name }}">{{ value.title }}</h3>
12+
<h3 id="{{ group.title }}-{{ name }}">{{ value.title }}</h3>
1313
{% if value.description %}<p>{{ value.description }}</p>{% endif %}
1414
{% if setting.type == 'radio' %}
1515
{% for option in setting.options %}

0 commit comments

Comments
 (0)