Need to move base.html out of the default layout.

Ruby can’t handle the stack depth.
This commit is contained in:
Perry Woodin 2016-07-13 16:00:38 -04:00
parent f371dd4cd3
commit d46f77d074
22 changed files with 430 additions and 712 deletions

View file

@ -1,4 +1,3 @@
{% include base.html %}
<div id="top" class="content">
<a href="#"><img src="{{ base }}/assets/img/logo-white.png" alt="Dash" class="logo"></a>

View file

@ -1,4 +1,3 @@
{% include base.html %}
<nav class="overlay-menu">
<ul>
<li><a href="{{ basenav }}/">{% t nav.what-is-dash %}</a></li>