Merge pull request #916 from jviotti/910-disable-footer-date

Allow disabling footer date with includeDate template config (#910)
This commit is contained in:
Jeff Williams 2015-02-10 16:22:57 -08:00
commit 8377c309e6

View File

@ -29,7 +29,7 @@
<br class="clear">
<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc <?js= env.version.number ?></a> on <?js= (new Date()) ?>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc <?js= env.version.number ?></a><?js if(env.conf.templates && env.conf.templates.default && env.conf.templates.default.includeDate !== false) { ?> on <?js= (new Date()) ?><?js } ?>
</footer>
<script> prettyPrint(); </script>