mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
Remove GH buttons and GA temporarily for dev
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
<!-- <script src="/js/vendor/jquery-2.2.4.min.js"></script> -->
|
||||
<script src="/js/script.min.js" async defer></script>
|
||||
|
||||
{{$gaid := .Site.Params.googleanalyticstrackingcode }}
|
||||
<!-- 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>
|
||||
<!-- <script>
|
||||
(function() {
|
||||
if (window.location.hostname === "localhost") {
|
||||
console.log("Analytics not running on local dev.");
|
||||
@@ -30,7 +29,7 @@
|
||||
});
|
||||
}
|
||||
})();
|
||||
</script>
|
||||
</script> -->
|
||||
<!-- Algolia embed -->
|
||||
<script type="text/javascript" src="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.js"></script>
|
||||
<script type="text/javascript">
|
||||
|
||||
Reference in New Issue
Block a user