From f40e994d425e33faae82728d7aaa43ab730ab6e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=87=A1=E6=A2=A6=E6=98=9F=E5=B0=98?= Date: Thu, 5 May 2022 13:58:46 +0800 Subject: [PATCH] Add the author's avatar and support rounded corners. --- assets/css/style.css | 2 +- layouts/partials/header.html | 2 +- static/imgs/hugo-next-avator.png | Bin 0 -> 1120 bytes 3 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 static/imgs/hugo-next-avator.png diff --git a/assets/css/style.css b/assets/css/style.css index ad3bfaf..5f7b669 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -5,7 +5,7 @@ } .site-author-image { - border-radius:0; + border-radius:50%; } .back-to-top { diff --git a/layouts/partials/header.html b/layouts/partials/header.html index f0a1022..32852f7 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -46,7 +46,7 @@