Leaflet/blog.md

24 lines
598 B
Markdown
Raw Normal View History

2012-07-18 05:41:26 +08:00
---
layout: default
title: Blog
---
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">
<div class="span-3 post-date">
{{ post.date | date_to_string }}
</div>
<div class="span-17 last">
<h3 class="post-title"><a href="{{ post.url | replace_first: '/', '' }}">{{ post.title }}</a></h3>
<p>{{ post.description }} <span class="quiet">&hellip;</span></p>
</div>
</div>
{% unless forloop.last %}<hr />{% endunless %}
{% endfor %}