mirror of
https://github.com/seigler/dash-website
synced 2025-07-26 23:06:09 +00:00
Lots of cleanup:
-- resolves image paths for blog posts - all language specific posts will use common /assets/img/blog path. language specific images can be specified in the front-matter if necessary. -- adds language for "platform not detected" message -- removes redundant "What is Dash" from header navigation
This commit is contained in:
parent
90db58113a
commit
2252470ba9
18 changed files with 717 additions and 707 deletions
|
@ -316,7 +316,7 @@ description: pages.home.description
|
|||
<a href="{{ basenav }}{{ post.url }}">
|
||||
<div class="news-image">
|
||||
{% if post.image %}
|
||||
<img src="{{ basenav }}/assets/img/blog/{{ post.image }}">
|
||||
<img src="/assets/img/blog/{{ post.image }}">
|
||||
{% endif %}
|
||||
</div>
|
||||
<div class="news-body">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue