Skip to content
This repository has been archived by the owner on Mar 21, 2022. It is now read-only.

Commit

Permalink
disabling the event specific navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
mikekasprzak committed Jun 8, 2016
1 parent 5a5d731 commit 72edd4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compo/themes/ludum/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<!-- Event -->
<?php if ( function_exists('ldjam_show_bar') ) { echo ldjam_show_bar(); } ?>
<?php if ( function_exists('c2_navigation') ) {
c2_navigation(
/*c2_navigation(
"ludum-dare-35",
"Ludum Dare 35",
"/compo/2016/04/13/welcome-to-ludum-dare-35/"
);
);*/
} ?>
<!-- Posts -->
<?php if (have_posts()) { ?>
Expand Down

0 comments on commit 72edd4a

Please sign in to comment.