Rename directories

This commit is contained in:
Oliver Davies 2016-09-01 00:52:29 +01:00
parent d235573df7
commit a5d4a04c32
20 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,20 @@
{% extends 'page' %}
{% block body_classes 'page--project' %}
{% block content_wrapper %}
{% if page.image -%}
<img src="/assets/images/projects/{{ page.image.name ?: page.image }}" alt="{{ page.image.alt }}">
{%- endif %}
{% block content %}{% endblock %}
{% if page.website %}
<a class="project__website" href="{{ page.website }}">
View the website
</a>
{% endif %}
{{ include('projects/skills') }}
{{ include('projects/company') }}
{% endblock %}