Browse Source

Signed-off-by: zry <admin@z-touhou.org>

zry 8 years ago
parent
commit
af407124e9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      templates/base.html

+ 2 - 2
templates/base.html

@@ -93,7 +93,7 @@
                                     <a href="/">{% res img "pichublog-title-logo" %}</a>
                                 </li>
                                 <li>
-                                    <a href="//" target="_self">首页</a>
+                                    <a href="/" target="_self">首页</a>
                                 </li>
                                 {% for i in request.pubconf.siteinfo_pichublog.header.navigator %}
                                 <!-- {{i.title}} - {{i.type}} -->
@@ -196,7 +196,7 @@
                     <nav id="mainmenu" class="mainmenu mobi-navmenu">
                         <ul>
                             <li>
-                                <a href="//" target="_self">分站首页</a>
+                                <a href="/" target="_self">首页</a>
                             </li>
                             {% for i in request.pubconf.siteinfo_pichublog.header.navigator %}
                             <!-- {{i.title}} - {{i.type}} -->