Extract into partials
This commit is contained in:
parent
5b138d5ebd
commit
4529c3e7ec
7 changed files with 40 additions and 38 deletions
5
source/_partials/experience/logo.twig
Normal file
5
source/_partials/experience/logo.twig
Normal file
|
@ -0,0 +1,5 @@
|
|||
{% if company.logo %}
|
||||
<div class="experience__logo">
|
||||
<img src="{{ site.images_url }}/assets/images/experience/{{ company.logo }}" alt="{{ company.name }} logo">
|
||||
</div>
|
||||
{% endif %}
|
Loading…
Add table
Add a link
Reference in a new issue