Updated adsense sidebar and downloads page.

This commit is contained in:
Chris 2018-06-22 22:59:52 -04:00
parent dec82e9d44
commit 9ae0c5cc89
3 changed files with 9 additions and 8 deletions

View file

@ -32,11 +32,11 @@ paginate = 20
url = "/donate"
[Params]
Tenant = "yuzu"
BulmaPrimaryShade = "is-dark"
DiscordURL = "https://discord.gg/u77vRWY"
TwitterURL = "https://twitter.com/yuzuemu"
GithubURL = "https://github.com/yuzu-emu/yuzu"
GoogleAdsenseClient = "ca-pub-4126545610079023"
GoogleAnalyticsTrackingId = "UA-112443698-1"
[Params.fmt]

View file

@ -22,8 +22,7 @@
<section class="hero is-info">
<div class="hero-body">
<div class="has-text-centered">
<ins class="adsbygoogle" style="display:inline-block;width:728px;height:90px" data-ad-client="{{ .Site.Params.GoogleAdsenseClient }}"
data-ad-slot="1038554045"></ins>
<ins class="adsbygoogle" style="display:inline-block;width:728px;height:90px" data-ad-client="ca-pub-4126545610079023" data-ad-slot="1038554045"></ins>
</div>
</div>
</section>
@ -82,4 +81,4 @@
fetchReleases();
</script>
{{ end }}
{{ end }}

View file

@ -1,7 +1,9 @@
<div class="pt-md">
<!-- yuzu-auto-resize-2 -->
<ins class="adsbygoogle"
style="display:inline-block;width:300px;height:250px"
data-ad-client="{{ .Site.Params.GoogleAdsenseClient }}"
data-ad-slot="6961191180"></ins>
style="display:block"
data-ad-client="ca-pub-4126545610079023"
data-ad-slot="6276099127"
data-ad-format="auto"></ins>
<p class="is-size-5 has-text-centered">Advertisement</p>
</div>
</div>