add update time to the page footer

This commit is contained in:
hanxi 2014-09-10 10:37:11 +08:00
parent 160eda087e
commit 609805a7a7
1 changed files with 1 additions and 0 deletions

View File

@ -282,6 +282,7 @@ return [==[
</div> <!-- id="main" --> </div> <!-- id="main" -->
<div id="about"> <div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.2</a></i> <i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.2</a></i>
<i style="float:right;">Last updated $(ldoc.updatetime) </i>
</div> <!-- id="about" --> </div> <!-- id="about" -->
</div> <!-- id="container" --> </div> <!-- id="container" -->
</body> </body>