Make blog post author and authorsite customisable
This commit is contained in:
parent
f1dc1e1ddc
commit
f682a2e83e
@ -8,7 +8,7 @@ post: true
|
||||
|
||||
<h2>{{ page.title }}</h2>
|
||||
|
||||
<p class="post-meta">Posted on {{ page.date | date_to_long_string }} by <a href="http://agafonkin.com/en">Vladimir Agafonkin</a></p>
|
||||
<p class="post-meta">Posted on {{ page.date | date_to_long_string }} by <a href="{{ page.authorsite }}">{{ page.author }}</a></p>
|
||||
|
||||
{{ content }}
|
||||
|
||||
|
@ -2,6 +2,8 @@
|
||||
layout: post
|
||||
title: Leaflet 0.4 Released
|
||||
description: After 5.5 months of development with 33 contributors involved, I'm proud to announce the release of Leaflet 0.4! It comes with a simpler API and <em>lots</em> of great improvements, along with a major update to documentation, a plugins page and the launch of the developer blog.
|
||||
author: Vladimir Agafonkin
|
||||
authorsite: http://agafonkin.com/en
|
||||
---
|
||||
|
||||
After 5.5 months of development with [33 contributors](https://github.com/CloudMade/Leaflet/graphs/contributors?from=2012-02-15&to=2012-07-30&type=c) involved since the previous stable release, I'm proud to announce the release of Leaflet 0.4! It comes with a simpler API and *lots* of great improvements and important bugfixes, along with a major update to documentation, an official plugins page and the launch of this developer blog. Lets take a look at the improvements one by one.
|
||||
|
@ -2,6 +2,8 @@
|
||||
layout: post
|
||||
title: Leaflet 0.4.3 and a New Tutorial
|
||||
description: Leaflet 0.4.3 released with several bugfixes and improvements, and comes with a new tutorial on creating a colorful interactive choropleth map.
|
||||
author: Vladimir Agafonkin
|
||||
authorsite: http://agafonkin.com/en
|
||||
---
|
||||
|
||||
Following the [Leaflet 0.4 release](leaflet-0-4-released.html), there were several minor bugfix releases over the past week, with Leaflet 0.4.3 released today. They contain fixes for some bugs that were discovered and also bring some improvements to the new GeoJSON API to make it even more flexible --- see the changelog below.
|
||||
|
Loading…
Reference in New Issue
Block a user