summaryrefslogtreecommitdiff
path: root/single.php.patch
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2011-09-29 16:41:33 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2011-09-29 16:41:33 -0400
commit9a71d785746c454e67dbfa59d453aaa67e5f69b3 (patch)
treeb375446b4aae1305f7304b080a6f1504cb522bcd /single.php.patch
parent8191ee2ef1beadec0ce61651f8001ba91bc626c5 (diff)
use scss, save derived php files as patches, and inlude twentyeleven-fix.scss
Diffstat (limited to 'single.php.patch')
-rw-r--r--single.php.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/single.php.patch b/single.php.patch
new file mode 100644
index 0000000..97a9e00
--- /dev/null
+++ b/single.php.patch
@@ -0,0 +1,23 @@
+--- ../twentyeleven/single.php 2011-09-29 13:43:25.000000000 -0400
++++ single.php 2011-09-29 16:23:02.000000000 -0400
+@@ -14,11 +14,12 @@
+
+ <?php while ( have_posts() ) : the_post(); ?>
+
++ <!-- Remove the "Previous" and "Next" links, uncomment if you'd like these
+ <nav id="nav-single">
+ <h3 class="assistive-text"><?php _e( 'Post navigation', 'twentyeleven' ); ?></h3>
+ <span class="nav-previous"><?php previous_post_link( '%link', __( '<span class="meta-nav">&larr;</span> Previous', 'twentyeleven' ) ); ?></span>
+ <span class="nav-next"><?php next_post_link( '%link', __( 'Next <span class="meta-nav">&rarr;</span>', 'twentyeleven' ) ); ?></span>
+- </nav><!-- #nav-single -->
++ </nav> --> <!-- #nav-single -->
+
+ <?php get_template_part( 'content', 'single' ); ?>
+
+@@ -29,4 +30,5 @@
+ </div><!-- #content -->
+ </div><!-- #primary -->
+
++<?php get_sidebar(); ?>
+ <?php get_footer(); ?>
+\ No newline at end of file