Leaflet/docs/_layouts/post.html

31 lines
843 B
HTML
Raw Normal View History

2012-07-29 07:20:15 +08:00
---
root: "../../../"
2014-04-25 00:12:27 +08:00
layout: v2
2012-07-29 07:20:15 +08:00
post: true
2015-07-01 23:24:30 +08:00
bodyclass: post-page
2012-07-29 07:20:15 +08:00
---
<p><a href="../../../blog.html">&larr; 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>
2012-07-29 07:20:15 +08:00
{{ content }}
2012-07-30 06:34:17 +08:00
<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>