Sha256: 5da47680be3d55ede483adaf621d55535e6651878d3b8a9463bae8e333217cff

Contents?: true

Size: 1.4 KB

Versions: 22

Compression:

Stored size: 1.4 KB

Contents

<!DOCTYPE html>
<html <?php language_attributes(); ?>>

<head>
	<meta charset="<?php bloginfo( 'charset' ); ?>" />
	<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
	<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />

	<link rel="profile" href="http://gmpg.org/xfn/11" />
	<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
	
	<title><?php wp_title( '|', true, 'right' ); ?></title>
	
	<?php wp_head(); ?>
</head>

<body <?php body_class(); ?>>
	
<!-- .site -->
<div class="site">
	
	<header class="site-header">
		<nav class="navbar site-navigation">
			<div class="navbar-header">
				<a href="<?php echo esc_url( home_url( '/' ) ); ?>" class="navbar-brand logo"><?php bloginfo( 'name' ); ?></a>
			    <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#site-navigation">
			      <span class="sr-only">Toggle navigation</span>
			      <span class="icon-bar"></span>
			      <span class="icon-bar"></span>
			      <span class="icon-bar"></span>
			    </button>
			</div>
			<?php wp_nav_menu( array(
				'theme_location'	=> 'primary-menu',
				'container_class'	=> 'collapse navbar-collapse',
				'container_id'		=> 'site-navigation',
				'items_wrap'      	=> '<ul id="%1$s" class="%2$s nav navbar-nav">%3$s</ul>',
				'depth'           	=> 0
			) ); ?>
		</nav>
	</header>
	
	<!-- .site-content -->
	<div class="site-content">

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
marv-0.8.2 layouts/theme/templates/header.php
marv-0.8.0 layouts/theme/templates/header.php
marv-0.7.3 layouts/theme/templates/header.php
marv-0.7.2 layouts/theme/templates/header.php
marv-0.7.1 layouts/theme/templates/header.php
marv-0.7.0 layouts/theme/templates/header.php
marv-0.6.5 layouts/theme/templates/header.php
marv-0.6.4 layouts/theme/templates/header.php
marv-0.6.3 layouts/theme/templates/header.php
marv-0.6.2 layouts/theme/templates/header.php
marv-0.6.1 layouts/theme/templates/header.php
marv-0.6.0 layouts/theme/templates/header.php
marv-0.5.0 layouts/theme/templates/header.php
marv-0.4.0 layouts/theme/templates/header.php
marv-0.3.2 layouts/theme/templates/header.php
marv-0.3.1 layouts/default/templates/header.php
marv-0.3.0 layouts/default/templates/header.php
marv-0.2.5 layouts/default/templates/header.php
marv-0.2.4 layouts/default/templates/header.php
marv-0.2.3 layouts/default/templates/header.php