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.
2 parents 78e997c + bf11d5a commit 91494d2Copy full SHA for 91494d2
layouts/partials/git-info.html
@@ -3,9 +3,11 @@
3
<hr/>
4
5
<div class="issue-button-container">
6
+ {{ if eq (getenv "HUGO_ENV") "production" }}
7
<p>
8
<a href=""><img alt="Analytics" src="https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/{{ .Path }}?pixel"/></a>
9
</p>
10
+ {{ end }}
11
{{ if and (ne .Kind "404") (not (strings.Contains .Path "search")) }}
12
{{ if not .Params.no_issue }}
13
<script type="text/javascript">
0 commit comments