mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-06-30 14:50:08 +00:00
Updated adsense sidebar and downloads page.
This commit is contained in:
parent
dec82e9d44
commit
9ae0c5cc89
|
@ -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]
|
||||
|
|
|
@ -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 }}
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue