mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-27 16:58:53 +00:00
Remove GH buttons to test performance change
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
{{ partial "svg-icons/hugo-logo-wide.svg" . }}<span class="hugo-v">v{{$version}}</span>
|
||||
</a>
|
||||
<!-- From https://buttons.github.io/. -->
|
||||
<a class="github-button" href="https://github.com/spf13/hugo" data-icon="octicon-star" data-style="mega" data-count-href="/spf13/hugo/stargazers" data-count-api="/repos/spf13/hugo#stargazers_count" data-count-aria-label="# stargazers on GitHub" aria-label="Star spf13/hugo on GitHub"></a>
|
||||
<!-- <a class="github-button" href="https://github.com/spf13/hugo" data-icon="octicon-star" data-style="mega" data-count-href="/spf13/hugo/stargazers" data-count-api="/repos/spf13/hugo#stargazers_count" data-count-aria-label="# stargazers on GitHub" aria-label="Star spf13/hugo on GitHub"></a> -->
|
||||
</div>
|
||||
{{ with .Params.toc }}
|
||||
<!-- <a href="#" id="toc-toggle"></a> -->
|
||||
@@ -17,4 +17,4 @@
|
||||
<div class="figure"></div>
|
||||
</div>
|
||||
{{ end }}
|
||||
</header>
|
||||
</header>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<script src="{{ "js/script.min.js" | absURL }}" async defer></script>
|
||||
{{$gaid := .Site.GoogleAnalytics }}
|
||||
<!-- GitHub Buttons -->
|
||||
<script async defer src="https://buttons.github.io/buttons.js"></script>
|
||||
<!-- <script async defer src="https://buttons.github.io/buttons.js"></script> -->
|
||||
<!-- Google Analytics -->
|
||||
<script>
|
||||
(function() {
|
||||
|
||||
Reference in New Issue
Block a user