Updated layout. Added adsense banner. Added Google config settings.

This commit is contained in:
Chris 2018-01-13 01:02:44 -05:00
parent 7b8742242f
commit 33351ca596
3 changed files with 15 additions and 7 deletions

View file

@ -30,6 +30,8 @@ paginate = 10
DiscordURL = "https://discord.gg/gz9pz97"
TwitterURL = "https://twitter.com/yuzuemu"
GithubURL = "https://github.com/yuzu-emu/yuzu"
GoogleAdsenseClient = "ca-pub-4126545610079023"
GoogleAdsenseSlot = "5525580072"
[Languages]
[Languages.en]

View file

@ -1,6 +1,4 @@
{{ define "main" }}
{{ partial "home_hero" . }}
{{ define "main" }} {{ partial "home_hero" . }}
<section class="hero is-info">
<div class="hero-body">
@ -106,6 +104,14 @@
</div>
</section>
<section class="hero is-info">
<div class="hero-body">
<div class="container has-text-centered">
<ins class="adsbygoogle" style="display:inline-block;width:728px;height:90px" data-ad-client="{{ .Site.Params.GoogleAdsenseClient }}" data-ad-slot="{{ .Site.Params.GoogleAdsenseSlot }}"></ins>
</div>
</div>
</section>
<section class="section">
<div class="container">
<div class="tile is-ancestor">

@ -1 +1 @@
Subproject commit bbfb0074a640709cba166ee03101c9d5b5cbc297
Subproject commit 6b28ab5855637ccbe2f8b326074e6e6c7a85aede