mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
Set the blog posts to use the language specific basenav variable.
This commit is contained in:
parent
0248c377cf
commit
6d11c8ac0f
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ description: pages.blog.description
|
|||
{% endif %}
|
||||
</div>
|
||||
|
||||
<h2 class="featurepost__title"><a href="{{ post.url }}">{{ post.title }}</a></h2>
|
||||
<h2 class="featurepost__title"><a href="{{ basenav }}{{ post.url }}">{{ post.title }}</a></h2>
|
||||
|
||||
<em class="featurepost__date">{{ post.date | date: "%b %d, %Y" }}</em>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue