mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-06-29 06:20:35 +00:00
Updated sidebar. Removed unused settings from config.toml.
This commit is contained in:
parent
41b7d3eb90
commit
44a6105131
|
@ -37,7 +37,6 @@ paginate = 20
|
|||
TwitterURL = "https://twitter.com/yuzuemu"
|
||||
GithubURL = "https://github.com/yuzu-emu/yuzu"
|
||||
GoogleAdsenseClient = "ca-pub-4126545610079023"
|
||||
GoogleAdsenseSlot = "5525580072"
|
||||
GoogleAnalyticsTrackingId = "UA-112443698-1"
|
||||
|
||||
[Params.fmt]
|
||||
|
|
|
@ -1,11 +1,7 @@
|
|||
<div class="pt-md">
|
||||
<figure class="image" style="width: 415px; height: 335px; margin: auto;">
|
||||
<ins class="adsbygoogle"
|
||||
style="display:block"
|
||||
data-ad-client="{{ .Site.Params.GoogleAdsenseClient }}"
|
||||
data-ad-slot="5249468939"
|
||||
data-ad-format="auto">
|
||||
</ins>
|
||||
<p class="is-size-5 has-text-centered">Advertisement</p>
|
||||
</figure>
|
||||
<ins class="adsbygoogle"
|
||||
style="display:inline-block;width:300px;height:250px"
|
||||
data-ad-client="{{ .Site.Params.GoogleAdsenseClient }}"
|
||||
data-ad-slot="6961191180"></ins>
|
||||
<p class="is-size-5 has-text-centered">Advertisement</p>
|
||||
</div>
|
Loading…
Reference in a new issue