Платформа ЦРНП "Мирокод" для разработки проектов
https://git.mirocod.ru
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
604 B
25 lines
604 B
3 years ago
|
---
|
||
|
layout: v2
|
||
|
title: Blog
|
||
|
bodyclass: blog-page
|
||
|
---
|
||
|
|
||
|
## Leaflet Developer Blog
|
||
|
|
||
|
The main place for all important Leaflet-related news, tutorials, tips and development notes. [Subscribe to Atom feed](atom.xml)
|
||
|
|
||
|
---
|
||
|
|
||
|
{% for post in site.posts %}
|
||
|
<div class="clearfix">
|
||
|
<div class="post-date">
|
||
|
{{ post.date | date_to_string }}
|
||
|
</div>
|
||
|
<div class="post-info">
|
||
|
<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 %}
|