From 86ddb638fb63e189885123ae0112d946142fba6c Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 17 Mar 2015 14:07:25 +0100 Subject: [PATCH] planet: Fix yearly list of posts --- templates/planet/year.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/planet/year.html b/templates/planet/year.html index a2b9a6b4..8447e684 100644 --- a/templates/planet/year.html +++ b/templates/planet/year.html @@ -20,7 +20,7 @@ {{ entry.title }} - {{ entry.author.cn }} + {{ entry.author.name }} {% end %} -- 2.47.3