Skip to content

Commit

Permalink
mini cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerkoenemann committed Feb 15, 2016
1 parent 87e4b18 commit 6c68436
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions header.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@

<!-- .navbar-toggle is used as the toggle for collapsed navbar content -->
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-responsive-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>

<!-- Your site title as branding in the menu -->
Expand Down
2 changes: 1 addition & 1 deletion inc/enqueue.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/

function understrap_scripts() {
wp_enqueue_style( 'understrap-theme', get_stylesheet_directory_uri() . '/css/theme.min.css', array(), '0.2.8', false );
wp_enqueue_style( 'understrap-theme', get_stylesheet_directory_uri() . '/css/theme.min.css', array(), '0.3.7', false );

wp_enqueue_script('jquery');
wp_enqueue_script( 'understrap-navigation', get_template_directory_uri() . '/js/bootstrap.min.js', array(), '20120206', true );
Expand Down

0 comments on commit 6c68436

Please sign in to comment.