We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42bb7b1 commit 0a70c93Copy full SHA for 0a70c93
1 file changed
_layouts/01_section.html
@@ -19,10 +19,8 @@
19
<h3 class='space-bottom2 big'>{{ page.title }}</h3>
20
{% for post in site.categories.Mapnik limit:12 %}
21
{% 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>
+ <a href="{{site.baseurl}}{{post.url}}">{{post.title}}</a><br>
+ <span class='date'>{{post.date | date: "%b %d, %Y" }} | {{post.author}}</span>
26
<div class='col12 space-bottom2'>
27
<p> {{ post.excerpt }}</p>
28
<a class='news' href="{{site.baseurl}}{{post.url}}">read more...</a>
0 commit comments