diff options
Diffstat (limited to 'views/partials/footer.ejs')
| -rw-r--r-- | views/partials/footer.ejs | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/views/partials/footer.ejs b/views/partials/footer.ejs index e3c572f..c62f31e 100644 --- a/views/partials/footer.ejs +++ b/views/partials/footer.ejs @@ -2,7 +2,7 @@ [[ if (logged_in) { ]] <span> - signed in as → + signed in as <a href="/profile/[[- user.username ]]"><b>[[- user.displayName ]]</b></a> [[ if (user.isStaff) { ]] <a href="/staff">Staff Area</a> @@ -17,9 +17,5 @@ <a href="/about/howto">How To</a> <a href="/about/terms">Terms</a> <a href="/about/privacy">Privacy</a> - <a href="mailto:hello@vvalls.com">Contact</a> - <br><br> - <span>©2014 Dot Dash 3, Inc.</span> - <a href="http://okfoc.us/">Site by OKFocus</a> </div> |
