File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -59,9 +59,10 @@ <h4 class="page__comments-title">{{ site.data.ui-text[site.locale].comments_labe
59
59
< label for ="comment-form-url "> {{ site.data.ui-text[site.locale].comment_form_website_label | default: "Website (optional)" }}</ label >
60
60
< input type ="url " id ="comment-form-url " name ="fields[url] " tabindex ="4 "/>
61
61
</ fieldset >
62
- < fieldset class ="hidden ">
62
+ < fieldset class ="hidden " style =" display: none; " >
63
63
< input type ="hidden " name ="options[slug] " value ="{{ page.slug }} ">
64
- < input type ="hidden " name ="fields[hidden] "/>
64
+ < label for ="comment-form-location "> Not used. Leave blank if you are a human.</ label >
65
+ < input type ="text " id ="comment-form-location " name ="fields[hidden] " autocomplete ="off "/>
65
66
</ fieldset >
66
67
<!-- Start comment form alert messaging -->
67
68
< p class ="hidden js-notice ">
You can’t perform that action at this time.
0 commit comments