Skip to content

Commit

Permalink
header
Browse files Browse the repository at this point in the history
  • Loading branch information
briankelleher committed Mar 13, 2016
1 parent dbd58a4 commit 2961486
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions www/wp-content/themes/ation2016/templates/base.twig
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,20 @@

<body class="{{body_class}}" data-template="base.twig">
<header class="header">
{% block header %}
<div class="row">
<div class="col-xs-12 col-sm-6">
<a href="{{ site.link }}" rel="home" class="header-logo">
<img src="{{theme.path}}/static/images/ation-logo-02-02.png" alt="ATION Digital Media" />
</a>
<div class="container">
{% block header %}
<div class="row">
<div class="col-xs-12 col-sm-6">
<a href="{{ site.link }}" rel="home" class="header-logo">
<img src="{{theme.path}}/static/images/ation-logo-02-02.png" alt="ATION Digital Media" />
</a>
</div>
<nav id="nav-main" class="nav-main col-xs-12 col-sm-6" role="navigation">
{% include "menu.twig" with {'menu': menu.get_items} %}
</nav><!-- #nav -->
</div>
<nav id="nav-main" class="nav-main col-xs-12 col-sm-6" role="navigation">
{% include "menu.twig" with {'menu': menu.get_items} %}
</nav><!-- #nav -->
</div>
{% endblock %}
{% endblock %}
</div>
</header>

<section id="content" role="main" class="content-wrapper">
Expand Down

0 comments on commit 2961486

Please sign in to comment.