aboutsummaryrefslogtreecommitdiff
path: root/default.html5
AgeCommit message (Collapse)AuthorFilesLines
2016-09-23Put only one heading element in top-level headerAlbert Krewinkel1-3/+3
Every heading element semantically creates a new section. Three consecutive heading elements, e.g. `<h1></h1>`, `<h2></h2>`, `<h3></h3>`, are semantically equivallent to a section with two nested subsections. This is not the intended meaning of subtitle, author, and date, making plain `<p>` elements the better choice. This is one of the W3C's [common idioms]. This change is the result of discussions on issue jgm/pandoc#3119. [common idioms]: https://www.w3.org/TR/html5/common-idioms.html#common-idioms Fixes: jgm/pandoc#3119
2015-10-22Add keywords to HTML templates.Andrew Dunning1-0/+3
2015-10-18Merge pull request #136 from adunning/title-prefixJohn MacFarlane1-1/+1
Use en dash to separate title-prefix.
2015-10-16Use en dash to separate title-prefix.Andrew Dunning1-1/+1
2015-10-13Move HTML5 Shiv after CSS.Andrew Dunning1-3/+3
Per usage notes at <https://github.com/aFarkas/html5shiv/blob/master/readme.md>.
2015-10-13Add `dir` variable to HTML5 and update shiv.Andrew Dunning1-2/+2
Project moved from Google Code to <https://github.com/aFarkas/html5shiv>.
2013-09-07Adds meta tag to allow scaling by the user. This makes things friendlier ↵Erik Evenson1-0/+1
for smaller screen sizes.
2013-06-21Added subtitle to html and latex formats.John MacFarlane1-0/+3
2013-01-15HTML5 template: Made quote styles fit on one line.John MacFarlane1-3/+1
2013-01-04Added css to preserve space in <code> tags.John MacFarlane1-0/+1
Thanks to Dirk Laurie.
2012-11-02Removed unnecessary if around pagetitle.John MacFarlane1-1/+1
2012-03-03Default q:quote style for HTML5 template.John MacFarlane1-0/+5
2012-02-11Added style tags around highlighting css in html5 template.John MacFarlane1-0/+2
2012-01-28Use dcterms.date for html5 metadata.John MacFarlane1-1/+1
2012-01-11Split html template into html, html5 templates.John MacFarlane1-0/+54