Skip to content

Instantly share code, notes, and snippets.

Created April 11, 2014 15:01
Show Gist options
  • Save anonymous/10475958 to your computer and use it in GitHub Desktop.
Save anonymous/10475958 to your computer and use it in GitHub Desktop.
Trying to convert this into erb
<header class="masthead--{{ page.active }}">
{% if include.menu != 'off' %}
{% include navigation.html %}
{% endif %}
{% if include.menu == "only" %}
{% elsif page.masthead_content %}
<div class="masthead--content">
<p>{{ page.masthead_content }}</p>
</div>
{% endif %}
</header>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment