summaryrefslogtreecommitdiff
path: root/single.php.patch
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2011-12-06 20:51:22 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2011-12-06 20:51:22 -0500
commit1c76fd20d1b7a770350d5e43555baab280bd8f41 (patch)
tree35b1d2a7525f1d3748ff4575776fb0b17f85b283 /single.php.patch
parent030e57b751f1b5b532ff71bf4b5deda9fc9d357a (diff)
Add a sidebar to single pages
Diffstat (limited to 'single.php.patch')
-rw-r--r--single.php.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/single.php.patch b/single.php.patch
new file mode 100644
index 0000000..2e0205b
--- /dev/null
+++ b/single.php.patch
@@ -0,0 +1,9 @@
+--- ../twentyeleven/single.php 2011-09-29 13:43:25.000000000 -0400
++++ single.php 2011-09-29 16:23:02.000000000 -0400
+@@ -29,4 +30,5 @@
+ </div><!-- #content -->
+ </div><!-- #primary -->
+
++<?php get_sidebar(); ?>
+ <?php get_footer(); ?>
+\ No newline at end of file