Skip to content

Commit 83a1c89

Browse files
committed
jquery.com: Alias page to page-contentfull.
1 parent f23128b commit 83a1c89

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

themes/jquery.com/page.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?php
2+
3+
// jquery.com doesn't use sidebars, so we alias page to page-contentfull
4+
get_template_part( 'page', 'contentfull' );
5+
6+
?>

0 commit comments

Comments
 (0)