diff --git a/tpl/default/includes.html b/tpl/default/includes.html
index 3e3fb6640..6be2a2ea7 100644
--- a/tpl/default/includes.html
+++ b/tpl/default/includes.html
@@ -19,7 +19,7 @@
{/if}
-{if="! empty($links) && count($links) === 1"}
+{if="$template === 'linklist' && ! empty($links) && count($links) === 1"}
{$link=reset($links)}
diff --git a/tpl/vintage/includes.html b/tpl/vintage/includes.html
index 2ce9da423..4fd78467e 100644
--- a/tpl/vintage/includes.html
+++ b/tpl/vintage/includes.html
@@ -16,7 +16,7 @@
{if="is_file('data/user.css')"}{/if}
-{if="! empty($links) && count($links) === 1"}
+{if="$template === 'linklist' && ! empty($links) && count($links) === 1"}
{$link=reset($links)}