diff --git a/blog/authors.yml b/blog/authors.yml index 9ba6e94..5b77fe0 100644 --- a/blog/authors.yml +++ b/blog/authors.yml @@ -11,12 +11,12 @@ nxf99: fabby: name: Fabby title: Community Lead - image_url: https://likebutter.app/img/butter-app-logo-small.svg + image_url: /img/avatar/fabby.jpg trob: name: Tiff title: Project Coordinator - image_url: https://likebutter.app/img/butter-app-logo-small.svg + image_url: /img/avatar/trob.jpg irl: name: Iain diff --git a/static/img/avatar/fabby.jpg b/static/img/avatar/fabby.jpg new file mode 100644 index 0000000..472d065 Binary files /dev/null and b/static/img/avatar/fabby.jpg differ diff --git a/static/img/avatar/trob.jpg b/static/img/avatar/trob.jpg new file mode 100644 index 0000000..cb26d6b Binary files /dev/null and b/static/img/avatar/trob.jpg differ