File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 < h2 > Comments</ h2 >
33
44 {% for comment in site.data.comments[page.slug] %}
5- < section class ='comment '>
6- {{ comment[1].message | markdownify }}
7- < small >
8- - < strong > {{ comment[1].name }}</ strong > at {{ comment[1].date | date: '%H:%M on %b %d, %Y' }}
9- </ small >
10- </ section >
5+ < section class ='comment '>
6+ {{ comment[1].message | markdownify }}
7+ < small >
8+ - < strong > {{ comment[1].name }}</ strong > at {{ comment[1].date | date: '%H:%M on %b %d, %Y' }}
9+ </ small >
10+ </ section >
1111 {% endfor %}
1212
1313 < section >
@@ -29,23 +29,24 @@ <h3>Add a comment</h3>
2929 </ div >
3030 </ div >
3131 < div >
32- < label > Comment< br /> < small > < em > You can use markdown</ em > </ small > </ label >
32+ < label > Comment< br /> < small > < em > You can use markdown</ em > </ small > </ label >
3333 < div >
3434 < textarea name ="fields[message] "> </ textarea >
3535 </ div >
3636 </ div >
3737 < input type ="hidden " name ="options[reCaptcha][siteKey] " value ="6LeFYHUUAAAAAMQb-zrBtVdLTGkvgP_FJ_A-DKaI ">
38- < input type ="hidden " name ="options[reCaptcha][secret] " value ="N6a0XZaGFhz3heoMBAF9NeLicb5nC1Mqx1Z2Vto0ru5DLSZDIC42qlPpsLjBI9yp08I63DYKOsfB8HSYo39tWa6mN1yAi8HMO0ee74kbKLLyfkNG3reqwfUrMgpZT5VJgM/ba/MD5HyVT/cAfBea4j4rMpYkhBLG1gwwHxQ+x/w= ">
38+ < input type ="hidden " name ="options[reCaptcha][secret] "
39+ value ="N6a0XZaGFhz3heoMBAF9NeLicb5nC1Mqx1Z2Vto0ru5DLSZDIC42qlPpsLjBI9yp08I63DYKOsfB8HSYo39tWa6mN1yAi8HMO0ee74kbKLLyfkNG3reqwfUrMgpZT5VJgM/ba/MD5HyVT/cAfBea4j4rMpYkhBLG1gwwHxQ+x/w= ">
3940 < div >
4041 < div data-sitekey ="6LeFYHUUAAAAAMQb-zrBtVdLTGkvgP_FJ_A-DKaI "> </ div >
4142 </ div >
4243 < div >
4344 < div >
44- < button type ="submit "> Comment</ button >
45+ < button type ="submit "> Comment</ button >
4546 </ div >
4647 </ div >
4748 </ form >
4849
4950 < script src ='https://www.google.com/recaptcha/api.js ' data-proofer-ignore > </ script >
5051 </ section >
51- < section >
52+ </ section >
You can’t perform that action at this time.
0 commit comments