diff options
author | Stefan Schmidt <s.schmidt@samsung.com> | 2014-09-19 15:55:18 +0200 |
---|---|---|
committer | Stefan Schmidt <s.schmidt@samsung.com> | 2014-09-19 15:55:18 +0200 |
commit | 68ed5a63e9d64f46e59d3f72d844248606995f1d (patch) | |
tree | 7b78bc090b12a9be405e493524e8dab58ba8aec8 /doc | |
parent | 016804c015f2bcfbe66c1f81b29d3c960343a51c (diff) | |
download | efl-68ed5a63e9d64f46e59d3f72d844248606995f1d.tar.gz |
doc: Add footer to display project version and copyright
Like we do in Elementary already.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/foot.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/foot.html b/doc/foot.html index 308b1d01b6..9c29ee47b3 100644 --- a/doc/foot.html +++ b/doc/foot.html @@ -1,2 +1,9 @@ +<div class="footer"> + <p> + <span class="version">$projectname $projectnumber</span> + <span class="copyright">Copyright ©2000-$year <a href="http://www.enlightenment.org">enlightenment.org</a></span> + <span class="generated">Generated @ $datetime</span> + </p> +</div> </body> </html> |