mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 21:33:15 -07:00
Update post.html
This commit is contained in:
parent
2e2bdcfac6
commit
f94acb6640
1 changed files with 6 additions and 11 deletions
|
@ -25,18 +25,13 @@ layout: default
|
|||
<div id="post" class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
|
||||
{% if site.data-ad-client %}
|
||||
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
||||
<!-- jekynewage google ads -->
|
||||
<ins class="adsbygoogle"
|
||||
style="display:block"
|
||||
data-ad-client="ca-pub-9204963049240271"
|
||||
data-ad-slot="2973388149"
|
||||
data-ad-format="auto"></ins>
|
||||
<script>
|
||||
(adsbygoogle = window.adsbygoogle || []).push({});
|
||||
(adsbygoogle = window.adsbygoogle || []).push({
|
||||
google_ad_client: "ca-pub-8276279960282784",
|
||||
enable_page_level_ads: true
|
||||
});
|
||||
</script>
|
||||
{% endif %}
|
||||
<hr>
|
||||
|
||||
{{ content }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue