public
Description: Hemingway is a template for Wordpress
Homepage: http://warpspire.com/hemingway
Clone URL: git://github.com/kneath/hemingway.git
hemingway / links.php
100644 19 lines (13 sloc) 0.19 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?php
/*
Template Name: Links
*/
?>
 
<?php get_header(); ?>
 
<div id="content" class="widecolumn">
 
<h2>Links:</h2>
<ul>
<?php wp_list_bookmarks(); ?>
</ul>
 
</div>
 
<?php get_footer(); ?>