summaryrefslogtreecommitdiffstats
path: root/wp-content/themes/home/links.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-content/themes/home/links.php')
-rw-r--r--wp-content/themes/home/links.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-content/themes/home/links.php b/wp-content/themes/home/links.php
index 3b2ad81..e253e09 100644
--- a/wp-content/themes/home/links.php
+++ b/wp-content/themes/home/links.php
@@ -10,7 +10,7 @@ Template Name: Links
<h2>Links:</h2>
<ul>
-<?php get_links_list(); ?>
+<?php wp_list_bookmarks(); ?>
</ul>
</div>