HTML template: make inclusion of date meta conditional.
This commit is contained in:
parent
851c5e6ae2
commit
fa5067c462
1 changed files with 2 additions and 0 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Reference in a new issue