initial blog and plugins pages

This commit is contained in:
mourner 2012-07-18 00:41:26 +03:00
parent 1290a31447
commit eecf619855
3 changed files with 26 additions and 2 deletions

View File

@ -78,8 +78,20 @@
<a href="{{ root }}download.html">Download</a>
{% endif %}
</li>
<li><a href="#">Plugins</a></li>
<li><a href="#">Blog</a></li>
<li>
{% if page.title == 'Plugins' %}
<span>Plugins</span>
{% else %}
<a href="{{ root }}plugins.html">Plugins</a>
{% endif %}
</li>
<li>
{% if page.title == 'Blog' %}
<span>Blog</span>
{% else %}
<a href="{{ root }}blog.html">Blog</a>
{% endif %}
</li>
<li><a class="forum-link" href="https://groups.google.com/forum/#!forum/leaflet-js">Forum</a></li>
<li><a class="twitter-link" href="http://twitter.com/LeafletJS">Twitter</a></li>
<li><a class="github-link" href="http://github.com/CloudMade/Leaflet">GitHub</a></li>

6
blog.md Normal file
View File

@ -0,0 +1,6 @@
---
layout: default
title: Blog
---
Blog will be here.

6
plugins.md Normal file
View File

@ -0,0 +1,6 @@
---
layout: default
title: Plugins
---
Plugins will be listed here.