From b985292b1807327c33457c5228bd59f5ac34f019 Mon Sep 17 00:00:00 2001 From: Nick Gerakines Date: Thu, 2 Jan 2020 15:33:39 -0500 Subject: [PATCH] First take at template updates. T712 --- pages/login.tmpl | 10 +++ pages/signup-oauth.tmpl | 163 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 173 insertions(+) create mode 100644 pages/signup-oauth.tmpl diff --git a/pages/login.tmpl b/pages/login.tmpl index 1c8e862..6c1b3ed 100644 --- a/pages/login.tmpl +++ b/pages/login.tmpl @@ -19,6 +19,16 @@ {{if and (not .SingleUser) .OpenRegistration}}

{{if .Message}}{{.Message}}{{else}}No account yet? Sign up to start a blog.{{end}}

{{end}} + {{ if .OauthSlack }} +

+ Sign-in with Slack. +

+ {{ end }} + {{ if .OauthWriteAs }} +

+ Sign-in with Write.As. +

+ {{ end }} + + +{{end}}