Setup pages struct in languages yml

Each page will:
- title (required)
- hero-h1 (optional)
- hero-text (optional)
This commit is contained in:
Perry Woodin 2016-07-12 10:49:56 -04:00
parent fd43071a3c
commit 63c812a569
8 changed files with 36 additions and 32 deletions

View file

@ -44,7 +44,7 @@
</video>
</div>
<div id="top" class="content">
<a href="#"><img src="assets/img/logo-white.png" alt="Dash" class="logo"></a>
<a href="#"><img src="/assets/img/logo-white.png" alt="Dash" class="logo"></a>
<!-- Navigation -->
{% include nav-desktop.html %}
@ -56,10 +56,10 @@
</div>
<span class="clear"></span>
</div>
<h1 class="content">Dash is Digital Cash</h1>
<p class="content">Hero Text</p>
<h1 class="content">{% t pages.home.hero-h1 %}</h1>
<p class="content">{% t pages.home.hero-text %}</p>
<div class="content">
<a href="#" class="btn-blue">Get Dash</a>
<a href="#" class="btn-blue">{% t nav.get-dash %}</a>
</div>
</div>