Skip to content

Commit 83b6a5b

Browse files
committed
fix closing tag
1 parent 79c2d29 commit 83b6a5b

1 file changed

Lines changed: 11 additions & 10 deletions

File tree

_includes/comments.html

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
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>

0 commit comments

Comments
 (0)