Update mismatched end tag for code example in section 'Loops'
This commit is contained in:
parent
d5a6d6fb04
commit
d6ae9a9637
|
@ -139,7 +139,7 @@ Markup
|
||||||
{% for post in site.posts %}
|
{% for post in site.posts %}
|
||||||
<a href="{{ post.url }}">
|
<a href="{{ post.url }}">
|
||||||
<h2>{{ post.title }}</h2>
|
<h2>{{ post.title }}</h2>
|
||||||
<p>{{ post.date | date_to_string }}</h2>
|
<p>{{ post.date | date_to_string }}</p>
|
||||||
</a>
|
</a>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue