This commit is contained in:
Oliver Davies 2017-06-15 21:57:42 +01:00
parent 2b39e03d02
commit 05bc5d57f5
38 changed files with 87 additions and 26 deletions

View file

@ -0,0 +1,13 @@
<h2>Skills</h2>
<p>I regularly use:</p>
{% include 'skills-list' with { skills: site.skills[0] } %}
<p>I am also familiar with:</p>
{% include 'skills-list' with { skills: site.skills[1] } %}
<p>I would like to do more:</p>
{% include 'skills-list' with { skills: site.skills[2] } %}