Fix routing so both plain and .html routes work

This commit is contained in:
Andrew Miner
2015-05-11 11:23:16 -07:00
parent bab091e9d6
commit 8c54231d52
4 changed files with 40 additions and 13 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
.divider.bottom
.login
span.name
a(href="/login") Login
a(href="/login/") Login
.navBar
a(data-page="home", href="/")
+3 -2
View File
@@ -51,8 +51,9 @@
.two-thirds-content.hideable.hidden.fetching-token
img.float-right(src="/images/github-login-large.png")
h1 Completing log in...
p.
Hang on just a second while we finish logging you in...
p Hang on just a second while we finish logging you in...
.actions
img(src="/images/wait.gif")
.clear