Remove footer with timestamp

This commit is contained in:
Tim Schaub
2015-08-07 11:22:07 -06:00
parent 5b80da7f6e
commit 6dc7f2cfec

View File

@@ -37,10 +37,6 @@
<div class="main">
<h1 class="page-title" data-filename="<?js= filename ?>"><?js= title ?></h1>
<?js= content ?>
<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc <?js= env.version.number ?></a> on <?js= (new Date()) ?>
</footer>
</div>
</div>
<script>prettyPrint();</script>