footer.php 522 B

12345678910111213141516171819202122
  1. <footer class="footer" role="contentinfo">
  2. <div id="inner-footer" class="wrap clearfix">
  3. <nav role="navigation">
  4. <?php bones_footer_links(); ?>
  5. </nav>
  6. <p class="source-org copyright">&copy; <?php echo date('Y'); ?> <?php bloginfo( 'name' ); ?>.</p>
  7. </div> <!-- end #inner-footer -->
  8. </footer> <!-- end footer -->
  9. </div> <!-- end #container -->
  10. <!-- all js scripts are loaded in library/bones.php -->
  11. <?php wp_footer(); ?>
  12. </body>
  13. </html> <!-- end page. what a ride! -->