mirror of
https://github.com/Leaflet/Leaflet.git
synced 2025-08-15 22:36:58 +00:00

* Fix blog posts * Update link to Leaflet accessibility tutorial * Correct logo-ua.png version in docs/docs/images * Refactor dialog
16 lines
322 B
HTML
16 lines
322 B
HTML
---
|
|
root: "../../../"
|
|
layout: v2
|
|
post: true
|
|
bodyclass: post-page
|
|
---
|
|
|
|
<p><a href="../../../blog.html">← Back to the list of blog posts</a></p>
|
|
|
|
<h2>{{ page.title }}</h2>
|
|
|
|
<p class="post-meta">Posted on {{ page.date | date_to_long_string }} by <a href="{{ page.authorsite }}">{{ page.author }}</a></p>
|
|
|
|
{{ content }}
|
|
|