We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b37f220 commit 77a393eCopy full SHA for 77a393e
content/support/_index.md
@@ -1,6 +1,6 @@
1
---
2
Title: Commercial Support
3
-type: paged_content
+type: support
4
5
6
**CloudNativePG** is an independent open-source project and does not endorse
layouts/support/list.html
@@ -0,0 +1,13 @@
+{{ define "main" }}
+
+<div class="mx-auto md:w-1/2 px-4 well">
+ <h2 class="text-xl mt-6">{{.Title}}</h2>
+ <p>{{.Content}}</p>
+ <ul>
7
+ {{ range sort .Pages "Title" }}
8
+ <li><a href="{{ .Params.homepage }}">{{ .Title }}</a></li>
9
+ {{ end }}
10
+ </ul>
11
+ <hr>
12
+</div>
13
+{{ end }}
0 commit comments