_footer.php 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <?php if($bodyclasses != 'home page'): ?>
  2. <article class="pt-8 pb-4 print:hidden">
  3. <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
  4. <!-- af-footer -->
  5. <ins class="adsbygoogle"
  6. style="display:block"
  7. data-ad-client="ca-pub-5066013786478491"
  8. data-ad-slot="7289960963"
  9. data-ad-format="auto"></ins>
  10. <script>
  11. (adsbygoogle = window.adsbygoogle || []).push({});
  12. </script>
  13. <p class="text-xs text-gray-600 text-center">Ads help me keep this site up :) If you see a blank space up here, please disable your ad blocker.</p>
  14. </article>
  15. <?php endif ?>
  16. </div> <!-- #inner_box -->
  17. </div> <!-- #main_flex -->
  18. </div> <!-- #content_box -->
  19. <footer id="site_footer" class="bg-black border-t border-gray-900 text-white text-xs text-darkerLinks print:hidden">
  20. <div class="footer_body max-w-screen-md mx-auto px-4 sm:px-0 py-4 grid grid-cols-1 sm:grid-cols-6">
  21. <div class="col-start-1 col-span-1">
  22. <p><a href="<?=$baseurl?>colophon">About this site</a></p>
  23. </div>
  24. <div class="col-start-1 col-span-1 sm:col-start-2 sm:col-span-5">
  25. <p class="mt-2 sm:mt-0 sm:text-right">Unless otherwise specified, the content of this site is licensed as <a href="//creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0</a>.</p>
  26. </div>
  27. </div>
  28. </footer>
  29. <!-- Global site tag (gtag.js) - Google Analytics -->
  30. <script async src="https://www.googletagmanager.com/gtag/js?id=UA-1176762-5"></script>
  31. <script>
  32. window.dataLayer = window.dataLayer || [];
  33. function gtag(){dataLayer.push(arguments);}
  34. gtag('js', new Date());
  35. gtag('config', 'UA-1176762-5');
  36. </script>
  37. </body>
  38. </html>