diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/templates/login.hbs | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/templates/login.hbs b/src/templates/login.hbs index 84b354b..afdc0da 100644 --- a/src/templates/login.hbs +++ b/src/templates/login.hbs @@ -1,7 +1,5 @@ {{#> base}} -{{#*inline "body"}} -<body> - <a href="/login/google">Login with Google</a> -</body> +{{#*inline "main"}} +<a href="/login/google">Login with Google</a> {{/inline}} {{/base}} |