aboutsummaryrefslogtreecommitdiff
path: root/dzslides/template.html
AgeCommit message (Collapse)AuthorFilesLines
2012-03-23dzslides: Updated template.html and styles in default template.John MacFarlane1-36/+107
Closes #454.
2011-12-29DZSlides: Added dzslides/template.html.John MacFarlane1-0/+514
This is the unaltered file from the dzslides repository. Pandoc now reads it, looking for the core part, and includes this in the new dzslides template via the 'dzslides-core' variable. When dzslides is updated, you can just put the new template.html in your `~/.pandoc/dzslides` directory, and things should work -- provided the core part can be identified as everything from <!-- {{{{ dzslides core to the end of the file. This should make it a bit easier to keep up to date.