aboutsummaryrefslogtreecommitdiffstats
path: root/single.php
diff options
context:
space:
mode:
Diffstat (limited to 'single.php')
-rw-r--r--single.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/single.php b/single.php
index 3cc2b82..b3743fd 100644
--- a/single.php
+++ b/single.php
@@ -1,5 +1,5 @@
<?php
-get_header();
+get_header(single);
get_template_part('content-single');
get_sidebar();
get_footer();