Skip to content

Commit

Permalink
Update default.moon
Browse files Browse the repository at this point in the history
  • Loading branch information
TangentFoxy committed Dec 8, 2016
1 parent d80ef36 commit bd4ec88
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions views/default.moon
Expand Up @@ -51,8 +51,13 @@ class extends html.Widget
text @info
@content_for "inner"
script async: true, src: "//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"
ins class: "adsbygoogle", style: "display:block;", ["data-ad-client"]: "ca-pub-9019103053166505", ["data-ad-slot"]: "4422103590", ["data-ad-format"]: "auto"
script -> raw "(adsbygoogle = window.adsbygoogle || []).push({});"
--ins class: "adsbygoogle", style: "display:block;", ["data-ad-client"]: "ca-pub-9019103053166505", ["data-ad-slot"]: "4422103590", ["data-ad-format"]: "auto"
--script -> raw "(adsbygoogle = window.adsbygoogle || []).push({});"
script -> raw "
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: \"ca-pub-9019103053166505\",
enable_page_level_ads: true
});"
div style: "position: fixed; bottom: 0; width: 100%;", ->
div id: "footer", ->
if @session.id
Expand Down

0 comments on commit bd4ec88

Please sign in to comment.