| 123456789101112131415161718192021 |
- <footer class="footer" role="contentinfo">
-
- <div id="inner-footer" class="wrap clearfix">
-
- <nav role="navigation">
- <?php bones_footer_links(); // Adjust using Menus in Wordpress Admin ?>
- </nav>
-
- <p class="attribution">© <?php the_date('Y'); ?> <?php bloginfo('name'); ?>.</p>
-
- </div> <!-- end #inner-footer -->
-
- </footer> <!-- end footer -->
-
- </div> <!-- end #container -->
-
- <?php wp_footer(); // js scripts are inserted using this function ?>
- </body>
- </html> <!-- end page. what a ride! -->
|