mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
-- fixes bad link for language versions on evolution.html with {{basenav}} prefix
This commit is contained in:
parent
5023a694b7
commit
4cb73a60b2
1 changed files with 3 additions and 2 deletions
|
@ -10,6 +10,7 @@
|
|||
|
||||
<!-- Navigation -->
|
||||
{% include nav-desktop.html %}
|
||||
{% include base.html %}
|
||||
|
||||
<!-- Hero content -->
|
||||
<div class="hero__content">
|
||||
|
@ -17,8 +18,8 @@
|
|||
<p class="hero__lead">{% t pages.evolution.hero-text %}</p>
|
||||
|
||||
<div class="hero__buttons">
|
||||
<a href="get-dash/" class="btn-blue-solid btn-large">{% t pages.evolution.hero-btn %}</a>
|
||||
<a href="get-dash/" class="btn-blue-solid btn-large">{% t pages.evolution.subscribe-btn %}</a>
|
||||
<a href="{{basenav}}/get-dash/" class="btn-blue-solid btn-large">{% t pages.evolution.hero-btn %}</a>
|
||||
<a href="{{basenav}}/get-dash/" class="btn-blue-solid btn-large">{% t pages.evolution.subscribe-btn %}</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue