Commit 3690a320 authored by Liang Ding's avatar Liang Ding

🍱 Fix #12389

parent 0eb597fe
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
<div class="tip tip-msg"><span id="tipMsg"></span></div> <div class="tip tip-msg"><span id="tipMsg"></span></div>
<div id="allPanel"> <div id="allPanel">
<div id="top"> <div id="top">
<a href="http://b3log.org" target="_blank" class="hover"> <a href="${servePath}" target="_blank" class="hover">
Solo Solo
</a> </a>
......
...@@ -54,11 +54,6 @@ ...@@ -54,11 +54,6 @@
</svg> </svg>
<header class="header"> <header class="header">
<div class="wrapper fn-clear"> <div class="wrapper fn-clear">
<a href="https://github.com/b3log/solo" target="_blank" class="fn-left pipe-tooltipped pipe-tooltipped--w"
aria-label="GitHub">
<img class="header__logo" src="${staticServePath}/skins/${skinDirName}/images/logo.png">
</a>
<h1><a href="${servePath}" rel="start" class="header__title">${blogTitle}</a></h1> <h1><a href="${servePath}" rel="start" class="header__title">${blogTitle}</a></h1>
<div class="fn-right"> <div class="fn-right">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment