public
Description: Hemingway is a template for Wordpress
Homepage: http://warpspire.com/hemingway
Clone URL: git://github.com/kneath/hemingway.git
hemingway / footer.php
100644 17 lines (14 sloc) 0.601 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<hr class="hide" />
<div id="footer">
<div class="inside">
<?php
// You are not required to keep this link back to Warpspire, but if you wouldn't mind, leaving it in would make my day.
?>
<p class="copyright">Powered by <a href="http://warpspire.com/hemingway" rel="designer">Hemingway</a> flavored <a href="http://wordpress.org">Wordpress</a>.</p>
<p class="attributes"><a href="<?php bloginfo('rss2_url'); ?>">Entries RSS</a> <a href="<?php bloginfo('comments_rss2_url'); ?>">Comments RSS</a></p>
</div>
</div>
<!-- [END] #footer -->
 
<?php wp_footer(); ?>
</body>
</html>