diff options
Diffstat (limited to 'includes/footer.html')
-rwxr-xr-x | includes/footer.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/includes/footer.html b/includes/footer.html index 82f694b..73de2fe 100755 --- a/includes/footer.html +++ b/includes/footer.html @@ -19,8 +19,11 @@ </p> <!--#config timefmt="%Y-%m-%d %H:%M:%S" --> <p class="dates"> - Retrieved: <!--#echo var="DATE_LOCAL" --> EDT<br> + <span style="float: right;">This Web site is + <a href="http://odin1.pehjota.net/git/pehjota.net/">managed with + Git</a>.</span> Last modified: <!--#echo var="LAST_MODIFIED" --> EDT + Retrieved: <!--#echo var="DATE_LOCAL" --> EDT<br> </p> </div> </body> |