<?php 
wp_head();
?>
</head>

<body <?php 
body_class();
?>
 onkeyup="www && www.gallery.processKey(event)">
	<a class="screen-reader-text" href="#content"><?php 
esc_html_e('Skip to content', 'where-we-wander');
?>
</a>

<?php 
if (where_we_wander_get_page_id($post) === 'contact') {
    ?>
  <div class="c-fixed" style="background-image: url(<?php 
    bloginfo('template_directory');
    ?>
/img/www-contact.jpg)"></div>
<?php 
}
?>
	<div class="o-page o-page--fixed">
		<section class="u-anchor">
			<div class="c-header">
				<div class="u-grid u-grid--fixed">
					<div class="u-grid__row">
						<div class="u-grid__col u-grid__col--4">
							<div class="o-banner o-banner--fill">
<?php

/**
 * The template for displaying the footer.
 *
 * Contains the closing of the #content div and all content after.
 *
 * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
 *
 * @package Where_We_Wander
 */
$www_footer_id = where_we_wander_get_page_id($post);
$www_footer_quote = where_we_wander_footer_quote($www_footer_id);
?>

		</section><!-- #content -->
	</div>
	<section>
		<footer class="c-footer">
			<div class="u-grid u-grid--fixed">
				<div class="u-grid__row">
					<div class="u-grid__col u-grid__col--9">
						<div class="o-valign">
							<div class="o-valign__content o-valign__content--middle c-footer__content">
								<strong>&quot;<?php 
echo $www_footer_quote['text'];
?>
&quot;</strong> - <span class="u-text-nowrap"><?php 
echo $www_footer_quote['author'];
?>
</span>