]> git.ipfire.org Git - ipfire.org.git/commitdiff
planet: Fix yearly list of posts
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 17 Mar 2015 13:07:25 +0000 (14:07 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 17 Mar 2015 13:07:25 +0000 (14:07 +0100)
templates/planet/year.html

index a2b9a6b408be2d31547f25b68cdb362197a4c368..8447e6846a387d839cee318599a919c52e62115a 100644 (file)
@@ -20,7 +20,7 @@
                                                <a href="/post/{{ entry.slug }}">{{ entry.title }}</a>
                                        </td>
                                        <td class="author">
-                                               <a href="/user/{{ entry.author.uid }}">{{ entry.author.cn }}</a>
+                                               <a href="/user/{{ entry.author.uid }}">{{ entry.author.name }}</a>
                                        </td>
                                </tr>
                        {% end %}