File tree Expand file tree Collapse file tree 4 files changed +19
-2
lines changed
Expand file tree Collapse file tree 4 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 11---
2- title : DbGate
2+ title : DbGate Community
33headTitle : DbGate | Open Source SQL+noSQL Database Client
44subtitle : The Smartest SQL+noSQL Database Client
55callouts : home_callouts
Original file line number Diff line number Diff line change 11{{ define "main" }}
2- < p class ="title is-3 "> {{ .Title }}</ p >
2+ < p class ="title is-3 "> {{ .Title }}
3+ {{ if eq .Params.edition "premium" }}
4+ < i class ='fa fa-star ml-2 ' > </ i >
5+ {{ end }}
6+ </ p >
7+
8+ {{ if .Params.external_link }}
9+ < p > < i class ="fa fa-hand-point-right "> </ i > View more details on < a href ="{{ .Params.external_link }} " target ="_blank "> dbgate.io</ a >
10+ </ p >
11+ {{ end }}
12+
313{{ .Content }}
414
515< div class ="columns is-multiline ">
Original file line number Diff line number Diff line change 4949 < a href ="{{ .RelPermalink }} "
5050 class ="navbar-item {{ if eq (printf "%s " ( .Params.url | relURL)) $.Permalink }}is-active{{ end }}">
5151 {{ .Params.title }}
52+ {{ if eq .Params.edition "premium" }}
53+ < i class ='fa fa-star ml-2 ' > </ i >
54+ {{ end }}
5255 </ a >
5356 {{ end }}
5457 {{ end }}
Original file line number Diff line number Diff line change 1010 class ="{{ if eq .RelPermalink $.context.RelPermalink }}is-active{{ end }} "
1111 >
1212 {{ .Title }}
13+ {{ if eq .Params.edition "premium" }}
14+ < i class ='fa fa-star ml-2 ' > </ i >
15+ {{ end }}
16+
1317 </ a >
1418 </ li >
1519 {{ end }}
You can’t perform that action at this time.
0 commit comments