startwordpress/footer.php
2016-01-14 02:48:43 -06:00

12 lines
309 B
PHP

</div> <!-- /.container -->
<footer class="blog-footer">
<p>Blog template built for <a href="http://getbootstrap.com">Bootstrap</a> by <a href="https://twitter.com/mdo">@mdo</a>.</p>
<p>
<a href="#">Back to top</a>
</p>
</footer>
<?php wp_footer(); ?>
</body>
</html>