mirror of
https://github.com/seigler/dash-website
synced 2025-07-26 23:06:09 +00:00
Fixed blog post image paths.
This commit is contained in:
parent
00911872cc
commit
760528ba91
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ layout: default
|
|||
<article class="featurepost featurepost--sidebar">
|
||||
<div class="featurepost__preview {% if post.image %}featurepost__preview--image{% else %}featurepost__preview--no-image{% endif %}">
|
||||
{% if post.image %}
|
||||
<img src="{{ post.image }}" class="featurepost__image">
|
||||
<img src="/assets/img/blog/{{ post.image }}" class="featurepost__image">
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue