diff --git a/static/style.css b/static/style.css index 26b8d46..2a1b6bb 100644 --- a/static/style.css +++ b/static/style.css @@ -481,6 +481,10 @@ a:hover, display: inline; } +.signin-desc { + margin: 8px 0 16px 0; +} + .dark { background-color: #222222; background-image: none; diff --git a/templates/signin.tmpl b/templates/signin.tmpl index 069572b..9711c8b 100644 --- a/templates/signin.tmpl +++ b/templates/signin.tmpl @@ -1,12 +1,23 @@ {{with .Data}} {{template "header.tmpl" (WithContext .CommonData $.Ctx)}} -
+ See + git.freesoftwareextremist.com/bloat + for more details. +
+ {{template "footer.tmpl"}} {{end}}