diff --git a/_layouts/post.html b/_layouts/post.html
index 8825a654..30a2c8c0 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -8,7 +8,7 @@ post: true
{{ page.title }}
-Posted on {{ page.date | date_to_long_string }} by Vladimir Agafonkin
+Posted on {{ page.date | date_to_long_string }} by {{ page.author }}
{{ content }}
diff --git a/_posts/2012-07-30-leaflet-0-4-released.md b/_posts/2012-07-30-leaflet-0-4-released.md
index 79d603a2..5720100d 100644
--- a/_posts/2012-07-30-leaflet-0-4-released.md
+++ b/_posts/2012-07-30-leaflet-0-4-released.md
@@ -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 lots 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.
diff --git a/_posts/2012-08-07-leaflet-0-4-3-and-a-new-tutorial.md b/_posts/2012-08-07-leaflet-0-4-3-and-a-new-tutorial.md
index 8518ab94..b0169622 100644
--- a/_posts/2012-08-07-leaflet-0-4-3-and-a-new-tutorial.md
+++ b/_posts/2012-08-07-leaflet-0-4-3-and-a-new-tutorial.md
@@ -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.