Update partials
This commit is contained in:
parent
fbbe3276e7
commit
9bd39e9692
19 changed files with 129 additions and 124 deletions
3
source/_partials/project/image.html.twig
Normal file
3
source/_partials/project/image.html.twig
Normal file
|
@ -0,0 +1,3 @@
|
|||
{% if page.image -%}
|
||||
<img src="/assets/images/projects/{{ page.image.name ?: page.image }}" alt="{{ page.image.alt }}">
|
||||
{%- endif %}
|
Loading…
Add table
Add a link
Reference in a new issue