2012-07-18 05:41:26 +08:00
|
|
|
---
|
2014-04-24 21:24:41 +08:00
|
|
|
layout: v2
|
2012-07-18 05:41:26 +08:00
|
|
|
title: Blog
|
2015-07-01 22:24:15 +08:00
|
|
|
bodyclass: blog-page
|
2012-07-18 05:41:26 +08:00
|
|
|
---
|
|
|
|
|
2012-07-29 07:20:15 +08:00
|
|
|
## Leaflet Developer Blog
|
|
|
|
|
2012-07-30 16:17:10 +08:00
|
|
|
The main place for all important Leaflet-related news, tutorials, tips and development notes. [Subscribe to Atom feed](atom.xml)
|
2012-07-29 07:20:15 +08:00
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
{% for post in site.posts %}
|
|
|
|
<div class="clearfix">
|
2014-04-24 21:24:41 +08:00
|
|
|
<div class="post-date">
|
2012-07-29 07:20:15 +08:00
|
|
|
{{ post.date | date_to_string }}
|
|
|
|
</div>
|
2014-04-24 21:24:41 +08:00
|
|
|
<div class="post-info">
|
2012-07-29 07:20:15 +08:00
|
|
|
<h3 class="post-title"><a href="{{ post.url | replace_first: '/', '' }}">{{ post.title }}</a></h3>
|
|
|
|
<p>{{ post.description }} <span class="quiet">…</span></p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{% unless forloop.last %}<hr />{% endunless %}
|
|
|
|
{% endfor %}
|