diff options
author | Andrew Dunning <andunning@gmail.com> | 2015-10-22 18:05:18 -0400 |
---|---|---|
committer | Andrew Dunning <andunning@gmail.com> | 2015-10-22 18:05:18 -0400 |
commit | 400dadd4445e949a0fcd96274bd3b4ef24864244 (patch) | |
tree | c2ec12d200b8eefb54b904e93d045e04d131fbbf /default.html | |
parent | f92d725b0516b8bb728525dcd76c3b9ae54f5e3f (diff) | |
download | pandoc-400dadd4445e949a0fcd96274bd3b4ef24864244.tar.gz |
Realign HTML templates.
Add lang, dir, quotes where not included previously; always make
display of author and date conditional.
Diffstat (limited to 'default.html')
-rw-r--r-- | default.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.html b/default.html index 3058eec93..8caea26c8 100644 --- a/default.html +++ b/default.html @@ -24,7 +24,7 @@ $highlighting-css$ </style> $endif$ $for(css)$ - <link rel="stylesheet" href="$css$" $if(html5)$$else$type="text/css" $endif$/> + <link rel="stylesheet" href="$css$" type="text/css" /> $endfor$ $if(math)$ $math$ |