mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-06-17 07:41:18 +00:00
Formatting.
This commit is contained in:
parent
03d33af0e8
commit
bec05770c3
|
@ -1,6 +1,4 @@
|
||||||
{{ define "main" }}
|
{{ define "main" }} {{ partial "home_hero" . }}
|
||||||
|
|
||||||
{{ partial "home_hero" . }}
|
|
||||||
|
|
||||||
<!-- Wiki Hero -->
|
<!-- Wiki Hero -->
|
||||||
<section class="hero is-info">
|
<section class="hero is-info">
|
||||||
|
@ -112,7 +110,8 @@
|
||||||
<section class="hero is-info">
|
<section class="hero is-info">
|
||||||
<div class="hero-body">
|
<div class="hero-body">
|
||||||
<div class="container has-text-centered">
|
<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>
|
<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>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
Loading…
Reference in a new issue