Skip to content

Commit 65afd80

Browse files
committed
add pricing tab
1 parent bca98f7 commit 65afd80

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

content/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ hero:
1515
url: /fully-managed-open-source-services
1616

1717
buttonSecondary:
18-
label: Top applications
19-
url: /fully-managed-open-source-services/applications
18+
label: Pricing
19+
url: /#pricing
2020

2121
top_softwares:
2222
- id: applications

layouts/_default/single.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,13 @@ <h2 class="text-xl mt-9">{{ .Params.content.title }}</h2>
9292
class="border-transparent text-gray-500 hover:text-gray-700 hover:border-gray-300 whitespace-nowrap py-4 px-1 border-b-2 font-medium text-sm">
9393
Related Softwares
9494
</a>
95+
96+
<a
97+
href="/#pricing"
98+
target="_blank"
99+
class="border-transparent text-gray-500 hover:text-gray-700 hover:border-gray-300 whitespace-nowrap py-4 px-1 border-b-2 font-medium text-sm">
100+
Pricing
101+
</a>
95102
</nav>
96103
</div>
97104
</div>

0 commit comments

Comments
 (0)