Skip to content

Commit 95a6fe5

Browse files
committed
enable git and add onindex to start-trial page
1 parent b52685c commit 95a6fe5

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

hugo.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
baseURL: "https://octabyte.io/"
22
languageCode: "en-us"
3+
enableGitInfo: true
34

45
title: "OctaByte"
56

layouts/page/start-trial.html

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
{{ define "head" }}
2+
<meta name="robots" content="noindex, nofollow" />
3+
{{ end }}
4+
15
{{ define "main" }}
26
<script>
37
let __plan_name = "Professional";

0 commit comments

Comments
 (0)