123456789101112131415161718192021222324252627282930313233343536373839404142 |
- <?php if($bodyclasses != 'home page'): ?>
- <article class="pt-8 pb-4 print:hidden">
- <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
- <!-- af-footer -->
- <ins class="adsbygoogle"
- style="display:block"
- data-ad-client="ca-pub-5066013786478491"
- data-ad-slot="7289960963"
- data-ad-format="auto"></ins>
- <script>
- (adsbygoogle = window.adsbygoogle || []).push({});
- </script>
- <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>
- </article>
- <?php endif ?>
- </div> <!-- #inner_box -->
- </div> <!-- #main_flex -->
- </div> <!-- #content_box -->
- <footer id="site_footer" class="bg-black border-t border-gray-900 text-white text-xs text-darkerLinks print:hidden">
- <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">
- <div class="col-start-1 col-span-1">
- <p><a href="<?=$baseurl?>colophon">About this site</a></p>
- </div>
- <div class="col-start-1 col-span-1 sm:col-start-2 sm:col-span-5">
- <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>
- </div>
- </div>
- </footer>
- <!-- Global site tag (gtag.js) - Google Analytics -->
- <script async src="https://www.googletagmanager.com/gtag/js?id=UA-1176762-5"></script>
- <script>
- window.dataLayer = window.dataLayer || [];
- function gtag(){dataLayer.push(arguments);}
- gtag('js', new Date());
- gtag('config', 'UA-1176762-5');
- </script>
- </body>
- </html>
|