From 331c692be5d54490bef56db6ad51f8f527fac1a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=87=A1=E6=A2=A6=E6=98=9F=E5=B0=98?= Date: Mon, 16 May 2022 09:01:09 +0800 Subject: [PATCH] :bug: Fixed the author's avatar image path & post footer button hover style. --- exampleSite/config.yaml | 2 +- layouts/partials/header/sidebar.html | 2 +- static/css/hover.css | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml index 1971e05..3e59c1f 100644 --- a/exampleSite/config.yaml +++ b/exampleSite/config.yaml @@ -129,7 +129,7 @@ params: # Sidebar Avatar avatar: # Replace the default image and set the url here. - url: /imgs/hugo-next-avatar.png + url: /imgs/hugo_next_avatar.png # If true, the avatar will be displayed in circle. rounded: true # If true, the avatar will be rotated with the cursor. diff --git a/layouts/partials/header/sidebar.html b/layouts/partials/header/sidebar.html index 270e728..60efcd7 100644 --- a/layouts/partials/header/sidebar.html +++ b/layouts/partials/header/sidebar.html @@ -10,7 +10,7 @@