Skip to content

Commit

Permalink
move nav on small screens
Browse files Browse the repository at this point in the history
  • Loading branch information
trepmal committed Apr 4, 2014
1 parent 4e3a50d commit 9fb6abb
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 10 deletions.
2 changes: 1 addition & 1 deletion css/defenestrate.min.css

Large diffs are not rendered by default.

Binary file modified css/defenestrate.min.css.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion dest/style.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions header.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
<div id="page">

<?php
if ( ! is_home() ) {
$links = array();
$links[] = '<a href="'. esc_url( home_url() ) .'" class="genericon genericon-home home-link" title="Home"></a>';
echo '<p class="linkbar">';
echo implode( $links );
echo '</p>';
}
// if ( ! is_home() ) {
// $links = array();
// $links[] = '<a href="'. esc_url( home_url() ) .'" class="genericon genericon-home home-link" title="Home"></a>';
// echo '<p class="linkbar">';
// echo implode( $links );
// echo '</p>';
// }
?>

<div class="menubar">
Expand Down
Loading

0 comments on commit 9fb6abb

Please sign in to comment.