Update file extensions
This commit is contained in:
parent
364e2d887f
commit
91e638397d
35 changed files with 840 additions and 0 deletions
17
source/_views/project.html.twig
Normal file
17
source/_views/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