Rename directories
This commit is contained in:
parent
d235573df7
commit
a5d4a04c32
20 changed files with 0 additions and 0 deletions
20
source/_views/project.html.twig
Normal file
20
source/_views/project.html.twig
Normal 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 %}
|
Loading…
Add table
Add a link
Reference in a new issue