Add work company name and URL
This commit is contained in:
parent
3c8ce2724b
commit
45be574a6a
5 changed files with 14 additions and 5 deletions
|
@ -14,6 +14,9 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
{% include 'about-author' %}
|
||||
{% include 'about-author' with {
|
||||
avatar: site.avatar,
|
||||
work: site.work,
|
||||
} only %}
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
|
|
@ -20,6 +20,9 @@
|
|||
} only %}
|
||||
</div>
|
||||
|
||||
{% include 'about-author' %}
|
||||
{% include 'about-author' with {
|
||||
avatar: site.avatar,
|
||||
work: site.work,
|
||||
} only %}
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue