Skip to content

Commit

Permalink
Add contact sales button
Browse files Browse the repository at this point in the history
Signed-off-by: Md Mohin Uddin <mohin@Mohin-MacBook.lan>
  • Loading branch information
Md Mohin Uddin authored and tamalsaha committed Dec 10, 2023
1 parent c9402c2 commit 367ff7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ <h6><a href="{{ $p.RelPermalink }}">{{ $p.Title }}</a></h6>
</div>
{{ $currentPageType := index (split .Page.Permalink "/") 3 }}
<a href="{{ $.Site.Params.domain_appscode }}/contact/"
class="button ac-button is-primary {{ if eq $currentPageType "docs" }} is-hidden {{ end }}">CONTACT
class="button ac-button is-primary {{ if eq $currentPageType "docs" }} is-outlined {{ end }}">CONTACT
SALES</a>
</div>
</div>
Expand Down

0 comments on commit 367ff7d

Please sign in to comment.