diff --git a/pages/landing.tmpl b/pages/landing.tmpl index 2131b40..a0c3ce6 100644 --- a/pages/landing.tmpl +++ b/pages/landing.tmpl @@ -1,203 +1,204 @@ {{define "head"}} {{.SiteName}} {{end}} {{define "content"}}
{{ if .OpenRegistration }} {{template "oauth-buttons" .}} {{if not .DisablePasswordAuth}} {{if .Flashes}}
    {{range .Flashes}}
  • {{.}}
  • {{end}}
{{end}}
{{end}} {{ else }} -

Registration is currently closed.

-

You can always sign up on another instance.

+

Vuoi creare un tuo blog su LOG?

+

Scrivici, dicci la tua idea e richiedi un invito a log at livellosegreto.it

+

Oppure cerca un'altra istanza.

{{ end }}
{{if .Content}}
{{end}} {{ if .Content }}
{{.Content}}
{{ end }} {{end}}