1
0
mirror of https://github.com/raseels-repos/golang-saas-starter-kit.git synced 2025-08-10 22:41:25 +02:00

Add new pages for website when not authenicated for saas app.

This commit is contained in:
Lucas Brown
2019-08-03 15:02:00 -08:00
parent 0344473c1e
commit c76744a897
16 changed files with 981 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
{{ define "partials/buildinfo" }}
<p style="{{if eq ._Service.ENV "prod"}}display: none;{{end}}">
<p style="font-size: 12px;{{if eq ._Service.ENV "prod"}}display: none;{{end}}">
{{if ne ._Service.BuildInfo.CiCommitTag ""}}
Tag: {{ ._Service.BuildInfo.CiCommitRefName }}@{{ ._Service.BuildInfo.CiCommitSha }}<br/>
{{else}}