You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Node.js v10.15.3
npm 6.4.1
site http://capallen.gitee.io
theme Next
Others
The page shows like this:
So , I check the code of index.html and it shows like this: <a href="/archives" rel="section"><i class="menu-item-icon fa fa-fw fa-archive"></i> <br/>归档<span class="badge">28</span></a>
As we can see, the < has been generated to <, and > to >.
What should I do? Thx for your help.
The text was updated successfully, but these errors were encountered:
Check List
Please check followings before submitting a new issue.
hexo version
to check)Question
Environment & Settings
Node.js & npm version
Others
The page shows like this:
So , I check the code of
index.html
and it shows like this:<a href="/archives" rel="section"><i class="menu-item-icon fa fa-fw fa-archive"></i> <br/>归档<span class="badge">28</span></a>
As we can see, the
<
has been generated to<
, and>
to>
.What should I do? Thx for your help.
The text was updated successfully, but these errors were encountered: