From d6744967fa7572101202d239727b7983004e9603 Mon Sep 17 00:00:00 2001 From: Brandon Mathis Date: Fri, 29 Jul 2011 16:27:13 -0400 Subject: Improved support for adding author metadata to pages --- .themes/classic/source/_includes/post/author.html | 2 ++ 1 file changed, 2 insertions(+) (limited to '.themes/classic/source/_includes') diff --git a/.themes/classic/source/_includes/post/author.html b/.themes/classic/source/_includes/post/author.html index b2db9043..83dd6a89 100644 --- a/.themes/classic/source/_includes/post/author.html +++ b/.themes/classic/source/_includes/post/author.html @@ -1,5 +1,7 @@ {% if post.author %} {% assign author = post.author %} +{% elsif page.author %} + {% assign author = page.author %} {% else %} {% assign author = site.author %} {% endif %} -- cgit v1.2.1