Moved everything out of the theme
This commit is contained in:
parent
347fe76db6
commit
f20fba6dbf
27 changed files with 4 additions and 6 deletions
8
source/_layouts/project.html.twig
Normal file
8
source/_layouts/project.html.twig
Normal file
|
@ -0,0 +1,8 @@
|
|||
{% extends 'default' %}
|
||||
|
||||
{% block content_wrapper %}
|
||||
<div class="content">
|
||||
{% if page.website %}<a href="{{ page.website }}">{{ page.website }}</a>{% endif %}
|
||||
{% block content %}{% endblock %}
|
||||
</div>
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue