Rename directories
This commit is contained in:
parent
13ea82323b
commit
e971dbda24
31 changed files with 0 additions and 0 deletions
17
source/_layouts/project.html.twig
Normal file
17
source/_layouts/project.html.twig
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{% extends 'page' %}
|
||||
|
||||
{% block body_classes 'page--project' %}
|
||||
|
||||
{% block content_wrapper %}
|
||||
{% include 'project/image' %}
|
||||
|
||||
{% block content %}{% endblock %}
|
||||
|
||||
{% include 'project/website' %}
|
||||
{% include 'project/skills' %}
|
||||
{% include 'project/company' %}
|
||||
{% endblock %}
|
||||
|
||||
{% block stylesheets %}
|
||||
<link rel="stylesheet" href="{{ site.url }}/assets/css/project.css">
|
||||
{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue