Skip to content

Commit ec4b31b

Browse files
committed
fix _layouts/01_section.html HTML
1 parent f738c21 commit ec4b31b

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

_layouts/01_section.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,16 @@
1919
<h3 class='space-bottom2 big'>{{ page.title }}</h3>
2020
{% for post in site.categories.Mapnik limit:12 %}
2121
{% if post.type != 'install' %}
22-
<p><a href="{{site.baseurl}}{{post.url}}">{{post.title}}</a><br>
23-
<span class='date'>{{post.date | date: "%b %d, %Y" }} | {{post.author}}</span></p>
22+
<p>
23+
<a href="{{site.baseurl}}{{post.url}}">{{post.title}}</a><br>
24+
<span class='date'>{{post.date | date: "%b %d, %Y" }} | {{post.author}}</span>
25+
</p>
2426
<div class='col12 space-bottom2'>
2527
<p> {{ post.excerpt }}</p>
2628
<a class='news' href="{{site.baseurl}}{{post.url}}">read more...</a>
2729
</div>
2830
<div class='col12 space-bottom4 '>
29-
<p><hr></p>
31+
<p><hr/></p>
3032
</div>
3133
{% endif %}
3234
{% endfor %}

0 commit comments

Comments
 (0)