🐛 Fixed the author's avatar image path & post footer button hover style.

This commit is contained in:
凡梦星尘
2022-05-16 09:01:09 +08:00
parent 6cc370cb53
commit 331c692be5
3 changed files with 6 additions and 6 deletions

View File

@@ -10,7 +10,7 @@
</div>
<div class="site-overview-wrap sidebar-panel">
<div class="site-author site-overview-item animated" itemprop="author" itemscope itemtype="http://schema.org/Person">
<img class="site-author-image" itemprop="image" alt="John Doe" src="{{ .Site.Params.avatar.url }}">
<img class="site-author-image" itemprop="image" alt="{{ $SP.author }}" src="{{ $SP.avatar.url }}">
<p class="site-author-name" itemprop="name">{{ $SP.author }}</p>
<div class="site-description" itemprop="description">{{ $SP.description }}</div>
</div>