diff options
author | Adam T. Carpenter <atc@53hor.net> | 2021-05-09 11:31:14 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2021-05-09 11:31:14 -0400 |
commit | 526ae5952a801982dc15eb1ee31d07bc31b65724 (patch) | |
tree | 07ab66248d6bf8106efeac0892430ef97dc65296 | |
parent | d31c954d94ffe9bb70c6532469e01dc8e83dee97 (diff) | |
download | twinh-526ae5952a801982dc15eb1ee31d07bc31b65724.tar.xz twinh-526ae5952a801982dc15eb1ee31d07bc31b65724.zip |
fixed login given new template
-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}} |