mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-07-01 07:08:43 +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"
|
url = "/donate"
|
||||||
|
|
||||||
[Params]
|
[Params]
|
||||||
|
Tenant = "yuzu"
|
||||||
BulmaPrimaryShade = "is-dark"
|
BulmaPrimaryShade = "is-dark"
|
||||||
DiscordURL = "https://discord.gg/u77vRWY"
|
DiscordURL = "https://discord.gg/u77vRWY"
|
||||||
TwitterURL = "https://twitter.com/yuzuemu"
|
TwitterURL = "https://twitter.com/yuzuemu"
|
||||||
GithubURL = "https://github.com/yuzu-emu/yuzu"
|
GithubURL = "https://github.com/yuzu-emu/yuzu"
|
||||||
GoogleAdsenseClient = "ca-pub-4126545610079023"
|
|
||||||
GoogleAnalyticsTrackingId = "UA-112443698-1"
|
GoogleAnalyticsTrackingId = "UA-112443698-1"
|
||||||
|
|
||||||
[Params.fmt]
|
[Params.fmt]
|
||||||
|
|
|
@ -22,8 +22,7 @@
|
||||||
<section class="hero is-info">
|
<section class="hero is-info">
|
||||||
<div class="hero-body">
|
<div class="hero-body">
|
||||||
<div class="has-text-centered">
|
<div class="has-text-centered">
|
||||||
<ins class="adsbygoogle" style="display:inline-block;width:728px;height:90px" data-ad-client="{{ .Site.Params.GoogleAdsenseClient }}"
|
<ins class="adsbygoogle" style="display:inline-block;width:728px;height:90px" data-ad-client="ca-pub-4126545610079023" data-ad-slot="1038554045"></ins>
|
||||||
data-ad-slot="1038554045"></ins>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
|
@ -1,7 +1,9 @@
|
||||||
<div class="pt-md">
|
<div class="pt-md">
|
||||||
|
<!-- yuzu-auto-resize-2 -->
|
||||||
<ins class="adsbygoogle"
|
<ins class="adsbygoogle"
|
||||||
style="display:inline-block;width:300px;height:250px"
|
style="display:block"
|
||||||
data-ad-client="{{ .Site.Params.GoogleAdsenseClient }}"
|
data-ad-client="ca-pub-4126545610079023"
|
||||||
data-ad-slot="6961191180"></ins>
|
data-ad-slot="6276099127"
|
||||||
|
data-ad-format="auto"></ins>
|
||||||
<p class="is-size-5 has-text-centered">Advertisement</p>
|
<p class="is-size-5 has-text-centered">Advertisement</p>
|
||||||
</div>
|
</div>
|
Loading…
Reference in a new issue