From 5facbc552da097dd150112457866a7785cfb21d4 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 29 Nov 2011 13:30:41 -0800 Subject: HTML-based templates: use separate variables for meta-date, meta-author. --- default.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'default.html') diff --git a/default.html b/default.html index aeba421e7..8c638bfc4 100644 --- a/default.html +++ b/default.html @@ -13,11 +13,11 @@ $else$ $endif$ -$for(author)$ - +$for(author-meta)$ + $endfor$ -$if(date)$ - +$if(date-meta)$ + $endif$ $if(title-prefix)$$title-prefix$ - $endif$$if(pagetitle)$$pagetitle$$endif$ $if(html5)$ -- cgit v1.2.3