fix:移动端目录同步博主背景(#18)

This commit is contained in:
jiewenhuang 2023-08-17 21:52:51 +08:00
parent 87c149facb
commit 0d0f8bab05
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@
<div class="joe_header__toc-wrap">
<div class="toc_top">
<h3>目 录<span>CONTENT</span></h3>
<img width="100%" height="150" th:src="@{/assets/img/context_bg.png}" alt="文章目录">
<img width="100%" height="150" th:src="${theme.config.blogger.author_bg?:'/themes/theme-Joe3/assets/img/context_bg.png'}" alt="文章目录">
</div>
<div id="js-toc-mobile" class="toc"></div>
</div>