mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
fixes link on /hero/update.html breaking build.
This commit is contained in:
parent
62beb72e2a
commit
f9cb1059a5
2 changed files with 299 additions and 296 deletions
|
@ -10,13 +10,14 @@
|
|||
|
||||
<!-- Navigation -->
|
||||
{% include nav-desktop.html %}
|
||||
{% include base.html %}
|
||||
|
||||
<!-- Hero content -->
|
||||
<div class="hero__content">
|
||||
<h1 class="hero__title">{% t pages.update.hero-heading %}</h1>
|
||||
<p class="hero__lead">{% t pages.update.hero-text %}</p>
|
||||
<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>
|
||||
|
||||
|
|
|
@ -6,6 +6,8 @@ description: pages.update.description
|
|||
|
||||
|
||||
{% include hero/update.html %}
|
||||
{% include base.html %}
|
||||
|
||||
|
||||
<div class="page page--home">
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue