Open landing page preview in new window

This commit is contained in:
Matt Baer 2019-07-01 19:05:47 -04:00
parent c3f3eb0a65
commit fdcdfe4d25
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ input[type=text] {
{{else if eq .Content.ID "privacy"}}
<p class="page-desc content-desc">Outline your <a href="/privacy" target="page">privacy policy</a>.</p>
{{else if eq .Content.ID "landing"}}
<p class="page-desc content-desc">Customize your <a href="/?landing=1">home page</a>.</p>
<p class="page-desc content-desc">Customize your <a href="/?landing=1" target="page">home page</a>.</p>
{{end}}
{{if .Message}}<p>{{.Message}}</p>{{end}}