File tree Expand file tree Collapse file tree 3 files changed +21
-12
lines changed
Expand file tree Collapse file tree 3 files changed +21
-12
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ redirect : " https://dbgate.io/pricing"
3+ ---
Original file line number Diff line number Diff line change 1+ {{ if .Params.redirect }}
2+ <!DOCTYPE html>
3+ < html >
4+ < head >
5+ < meta charset ="utf-8 ">
6+ < meta http-equiv ="refresh " content ="0; url={{ .Params.redirect }} ">
7+ < link rel ="canonical " href ="{{ .Params.redirect }} ">
8+ < title > Redirecting…</ title >
9+ </ head >
10+ < body >
11+ < p > If you are not redirected automatically, click < a href ="{{ .Params.redirect }} "> here</ a > .</ p >
12+ </ body >
13+ </ html >
14+
15+ {{ else }}
16+
117{{ $contentWidth := "is-12" }} {{ if or (eq .Section "features") (eq .Section "database") (eq .Section "docs")
218}} {{ $contentWidth = "is-9-desktop is-12-tablet" }} {{ end }}
319
5470 {{ if not .Params.hide_footer }} {{ partial "footer.html" . }} {{ end }}
5571 </ body >
5672</ html >
73+
74+ {{ end }}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments