We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b52685c commit 95a6fe5Copy full SHA for 95a6fe5
hugo.yaml
@@ -1,5 +1,6 @@
1
baseURL: "https://octabyte.io/"
2
languageCode: "en-us"
3
+enableGitInfo: true
4
5
title: "OctaByte"
6
layouts/page/start-trial.html
@@ -1,3 +1,7 @@
+{{ define "head" }}
+ <meta name="robots" content="noindex, nofollow" />
+{{ end }}
+
{{ define "main" }}
<script>
7
let __plan_name = "Professional";
0 commit comments