From 9af27246c5acde9f6fe106f1f04b4bbe77128a03 Mon Sep 17 00:00:00 2001 From: xiang578 Date: Sat, 25 Mar 2023 16:57:18 +0800 Subject: [PATCH] test --- layout/widget/profile.jsx | 4 ++-- scripts/injector.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/layout/widget/profile.jsx b/layout/widget/profile.jsx index e1b34bd..3945ceb 100644 --- a/layout/widget/profile.jsx +++ b/layout/widget/profile.jsx @@ -10,7 +10,7 @@ class Profile extends Component { return
{links.filter(link => typeof link === 'object').map(link => { return + target="_blank" rel="noopener me" title={link.name} href={link.url}> {'icon' in link ? : link.name} ; })} @@ -37,7 +37,7 @@ class Profile extends Component {
{author}
- {author ?

{author}

: null} + {author ?

{author}

: null} {authorTitle ?

{authorTitle}

: null} {location ?

diff --git a/scripts/injector.js b/scripts/injector.js index bd22a08..629da45 100644 --- a/scripts/injector.js +++ b/scripts/injector.js @@ -8,4 +8,4 @@ hexo.extend.injector.register('head_begin', '', 'default'); hexo.extend.injector.register('head_begin', ' ', 'default'); -hexo.extend.injector.register('head_begin', '', 'default'); +hexo.extend.injector.register('head_begin', '', 'default'); \ No newline at end of file