fi3ework / hexo-theme-archer

🎯 A smart and modern theme for Hexo.
https://fi3ework.github.io/hexo-theme-archer
MIT License
1.52k stars 273 forks source link

about界面背景图片不显示 #88

Closed hducaiji closed 6 years ago

hducaiji commented 6 years ago

其他都好,就about界面不显示,网页源代码里直接图片标题都不显示了:

<div class="site-intro" style="">

    <!-- 主页  -->

    <div class="site-intro-img" style="background-image: url(/)"></div>
    <div class="site-intro-placeholder"></div>
    <div class="site-intro-meta">
        <!-- 标题  -->
        <h1 class="intro-title intro-fade-in">
            <!-- 主页  -->

        </h1>
        <!-- 副标题 -->
        <p class="intro-subtitle intro-fade-in">
            <!-- 主页副标题  -->

        </p>
        <!-- 文章页meta -->

    </div>
</div>

about-enable是true。

hducaiji commented 6 years ago

没仔细看wiki..sorry