8000 Merge pull request #38 from StackTipsLab/feature/layout-improvements · StackTipsLab/bloggy@7a9e3b5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7a9e3b5

Browse files
authored
Merge pull request #38 from StackTipsLab/feature/layout-improvements
Added account activation email and sending email reminders
2 parents 47168c0 + 6fbd4b0 commit 7a9e3b5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bloggy/templates/seo/header_scripts.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@
3636
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5125794458843883"
3737
crossorigin="anonymous"></script>
3838
<script async src="https://securepubads.g.doubleclick.net/tag/js/gpt.js"></script>
39+
{# Ad blocking recovery #}
40+
<script async src="https://fundingchoicesmessages.google.com/i/pub-5125794458843883?ers=1" nonce="uJEXANW_-AZQW7BJU31BeQ"></script><script nonce="uJEXANW_-AZQW7BJU31BeQ">(function() {function signalGooglefcPresent() {if (!window.frames['googlefcPresent']) {if (document.body) {const iframe = document.createElement('iframe'); iframe.style = 'width: 0; height: 0; border: none; z-index: -1000; left: -1000px; top: -1000px;'; iframe.style.display = 'none'; iframe.name = 'googlefcPresent'; document.body.appendChild(iframe);} else {setTimeout(signalGooglefcPresent, 0);}}}signalGooglefcPresent();})();</script>
3941
{% endif %}
4042
{% csrf_token %}
4143
<meta name="is_authenticated" content="{{ user.is_authenticated }}"/>

0 commit comments

Comments
 (0)
0