doc: Add footer to display project version and copyright

Like we do in Elementary already.
This commit is contained in:
Stefan Schmidt 2014-09-19 15:55:18 +02:00
parent 016804c015
commit 68ed5a63e9
1 changed files with 7 additions and 0 deletions

View File

@ -1,2 +1,9 @@
<div class="footer">
<p>
<span class="version">$projectname $projectnumber</span>
<span class="copyright">Copyright &copy;2000-$year <a href="http://www.enlightenment.org">enlightenment.org</a></span>
<span class="generated">Generated @ $datetime</span>
</p>
</div>
</body>
</html>