aboutsummaryrefslogtreecommitdiffstats
path: root/single.php
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2018-06-15 20:21:38 -0500
committerJesús <heckyel@hyperbola.info>2018-06-15 20:21:38 -0500
commit7f29c252b70c0d4c6a6fb754e34ab2685d3c6f9a (patch)
treeb28f7fb69a04bce88b23cf71c8ec404424703457 /single.php
parent19e8817875136a6eb120d73e4c40dcc4e4410f09 (diff)
downloadlidra-theme-master.tar.lz
lidra-theme-master.tar.xz
lidra-theme-master.zip
fix -> compatible with librejsHEADmaster
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();