Add work company name and URL

This commit is contained in:
Oliver Davies 2021-06-30 08:00:00 +01:00
parent 3c8ce2724b
commit 45be574a6a
5 changed files with 14 additions and 5 deletions

View file

@ -14,6 +14,9 @@
</div>
</div>
{% include 'about-author' %}
{% include 'about-author' with {
avatar: site.avatar,
work: site.work,
} only %}
</div>
{% endblock %}

View file

@ -20,6 +20,9 @@
} only %}
</div>
{% include 'about-author' %}
{% include 'about-author' with {
avatar: site.avatar,
work: site.work,
} only %}
</div>
{% endblock %}