We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f738c21 commit ec4b31bCopy full SHA for ec4b31b
1 file changed
_layouts/01_section.html
@@ -19,14 +19,16 @@
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><a href="{{site.baseurl}}{{post.url}}">{{post.title}}</a><br>
23
- <span class='date'>{{post.date | date: "%b %d, %Y" }} | {{post.author}}</span></p>
+ <p>
+ <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>
26
<div class='col12 space-bottom2'>
27
<p> {{ post.excerpt }}</p>
28
<a class='news' href="{{site.baseurl}}{{post.url}}">read more...</a>
29
</div>
30
<div class='col12 space-bottom4 '>
- <p><hr></p>
31
+ <p><hr/></p>
32
33
{% endif %}
34
{% endfor %}
0 commit comments