fixes link on /hero/update.html breaking build.

This commit is contained in:
Chuck Williams 2017-01-22 09:27:06 -07:00
parent 62beb72e2a
commit f9cb1059a5
2 changed files with 299 additions and 296 deletions

View file

@ -10,13 +10,14 @@
<!-- Navigation --> <!-- Navigation -->
{% include nav-desktop.html %} {% include nav-desktop.html %}
{% include base.html %}
<!-- Hero content --> <!-- Hero content -->
<div class="hero__content"> <div class="hero__content">
<h1 class="hero__title">{% t pages.update.hero-heading %}</h1> <h1 class="hero__title">{% t pages.update.hero-heading %}</h1>
<p class="hero__lead">{% t pages.update.hero-text %}</p> <p class="hero__lead">{% t pages.update.hero-text %}</p>
<div class="hero__buttons"> <div class="hero__buttons">
<a href="get-dash/" class="btn-blue-solid btn-large">{% t pages.update.hero-btn %}</a> <a href="{{ basenav }}/get-dash/" class="btn-blue-solid btn-large">{% t pages.update.hero-btn %}</a>
</div> </div>
</div> </div>

View file

@ -6,6 +6,8 @@ description: pages.update.description
{% include hero/update.html %} {% include hero/update.html %}
{% include base.html %}
<div class="page page--home"> <div class="page page--home">