From: Jeremy Thomas Date: Thu, 3 Sep 2020 10:17:03 +0000 (+0200) Subject: Fix missing avatar X-Git-Tag: 0.9.1~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ed95e13211f27cffb5220089b6f4db6db12033b;p=thirdparty%2Fbulma.git Fix missing avatar --- diff --git a/docs/_data/love.json b/docs/_data/love.json index 6031f8849..d1c6de751 100644 --- a/docs/_data/love.json +++ b/docs/_data/love.json @@ -1816,7 +1816,7 @@ "content": "Bulma CSS by @jgthms is just perfect. Simple, easily customizable and doesn't impose Javascript implementations.

After experimenting with @tailwindcss and finding that utility first css is just not my thing, Bulma felt like a breath of fresh air.

#webdevelopment #CSS", "fullname": "Alejandro Barrera A.", "username": "ale_codes", - "avatar": "https://pbs.twimg.com/profile_images/1017491731389014018/wnIPuIuP_normal.jpg", + "avatar": "/images/twitter/ale_codes.jpg", "hearts": 34, "retweets": 6 }, diff --git a/docs/images/twitter/ale_codes.jpg b/docs/images/twitter/ale_codes.jpg new file mode 100644 index 000000000..f8df79e66 Binary files /dev/null and b/docs/images/twitter/ale_codes.jpg differ