HTML template: make inclusion of date meta conditional.

This commit is contained in:
John MacFarlane 2010-07-14 09:09:15 -07:00
parent 851c5e6ae2
commit fa5067c462

View file

@ -7,7 +7,9 @@
$for(author)$
<meta name="author" content="$author$" />
$endfor$
$if(date)$
<meta name="date" content="$date$" />
$endif$
$if(highlighting)$
<style type="text/css">
table.sourceCode, tr.sourceCode, td.lineNumbers, td.sourceCode, table.sourceCode pre { margin: 0; padding: 0; border: 0; vertical-align: baseline; border: none; }