mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-01-18 19:00:24 +00:00
mobile: avoid hiding of topbar in chrome #210
by loading all scripts from the local server; this may probably related to trusted web activities applied aggressivly on the page
This commit is contained in:
parent
5b216ebf82
commit
ff838d10de
2 changed files with 7 additions and 1 deletions
|
@ -18,4 +18,4 @@
|
|||
<a class="github-button" href="https://github.com/McShelby/hugo-theme-relearn" data-icon="octicon-star" data-show-count="true" aria-label="Star McShelby/hugo-theme-relearn on GitHub">Star</a>
|
||||
<a class="github-button" href="https://github.com/McShelby/hugo-theme-relearn/fork" data-icon="octicon-repo-forked" data-show-count="true" aria-label="Fork McShelby/hugo-theme-relearn on GitHub">Fork</a>
|
||||
<p>Built with <a href="https://github.com/McShelby/hugo-theme-relearn"><i class="fas fa-heart"></i></a> by <a href="https://gohugo.io/">Hugo</a></p>
|
||||
<script async defer src="https://buttons.github.io/buttons.js"></script>
|
||||
<script async defer src="{{"js/buttons.js" | relURL}}{{ if not .Site.Params.disableAssetsBusting }}?{{ now.Unix }}{{ end }}"></script>
|
6
exampleSite/static/js/buttons.js
Normal file
6
exampleSite/static/js/buttons.js
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue