Extract into partials
This commit is contained in:
parent
5b138d5ebd
commit
4529c3e7ec
7 changed files with 40 additions and 38 deletions
|
@ -85,7 +85,7 @@ use: [posts]
|
|||
<h1>Experience</h1>
|
||||
|
||||
{% for experience in page.experiences %}
|
||||
{% include "experience-item" with {
|
||||
{% include "experience/item" with {
|
||||
experience: experience,
|
||||
company: site.companies[experience.company]
|
||||
} %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue