footer.php 1.5 KB

1234567891011121314151617181920
  1. <div id="footer" role="contentinfo">
  2. <p class="cc noindent"><a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/deed.en_US"><img alt="Creative Commons License" style="border-width:0" src="<?php echo get_bloginfo('template_directory');?>/img/cc.png" /></a>
  3. <span class="quiet" xmlns:dct="http://purl.org/dc/terms/" href="http://purl.org/dc/dcmitype/InteractiveResource" property="dct:title" rel="dct:type"><a xmlns:cc="http://creativecommons.org/ns#" href="http://davidawindham.com" property="cc:attributionName" rel="cc:attributionURL">David Windham ( http://davidawindham.com )</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/deed.en_US">Creative Commons Attribution-ShareAlike 4.0 International License</a>.</span></p>
  4. </div>
  5. <a href="http://davidawindham.com" title="David Windham"><img class="dw" title="David Windham" src="<?php echo get_bloginfo('template_directory');?>/img/dw.png" width="17"/></a>
  6. </div>
  7. <?php wp_footer(); ?>
  8. <!--[if lt IE 9]>
  9. <script src="<?php echo get_template_directory_uri(); ?>/js/html5shiv.min.js"></script>
  10. <![endif]-->
  11. <script>
  12. (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  13. (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  14. m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  15. })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
  16. ga('create', 'UA-1906067-6', 'davidawindham.com');
  17. ga('send', 'pageview');
  18. </script>
  19. </body>
  20. </html>