Платформа ЦРНП "Мирокод" для разработки проектов
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.
30 lines
843 B
30 lines
843 B
--- |
|
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 }} |
|
|
|
<div id="disqus_thread"></div> |
|
|
|
<script> |
|
var disqus_shortname = 'leafletjs'; |
|
// var disqus_developer = 1; |
|
|
|
(function() { |
|
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; |
|
dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js'; |
|
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); |
|
})(); |
|
</script> |
|
|
|
<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a> |
|
|
|
|