Standardise on CSS and image locations

This commit is contained in:
Oliver Davies 2015-12-02 08:19:36 +00:00
parent 3518826f5b
commit 2a4fa95b19
38 changed files with 12 additions and 12 deletions

View file

@ -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 %}