Standardise on CSS and image locations
This commit is contained in:
parent
3518826f5b
commit
2a4fa95b19
38 changed files with 12 additions and 12 deletions
|
@ -35,7 +35,7 @@
|
|||
|
||||
{% if page.image %}
|
||||
<div class="project--image">
|
||||
<img src="/images/projects/{{ page.image }}" alt="The {{ page.title }} website.">
|
||||
<img src="/assets/images/projects/{{ page.image }}" alt="The {{ page.title }} website.">
|
||||
</div>
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue