Skip to content

Commit 0a70c93

Browse files
committed
and one more ..
1 parent 42bb7b1 commit 0a70c93

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

_layouts/01_section.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,8 @@
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>
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>
22+
<a href="{{site.baseurl}}{{post.url}}">{{post.title}}</a><br>
23+
<span class='date'>{{post.date | date: "%b %d, %Y" }} | {{post.author}}</span>
2624
<div class='col12 space-bottom2'>
2725
<p> {{ post.excerpt }}</p>
2826
<a class='news' href="{{site.baseurl}}{{post.url}}">read more...</a>

0 commit comments

Comments
 (0)