Răsfoiți Sursa

버그 수정

2DU 9 ani în urmă
părinte
comite
18c2b16c6d
1 a modificat fișierele cu 6 adăugiri și 6 ștergeri
  1. 6 6
      templates/index.html

+ 6 - 6
templates/index.html

@@ -54,12 +54,6 @@
             </div>
             <div class="four-fifths column">
                 <h1 class="title">{{title}}{% if acl %} <sub>{{acl}}</sub>{% endif %}{% if sub %} <sub>({{sub}})</sub>{% endif %}</h1>
-                {% if redirect %}
-                {% autoescape false %}
-                <li style="margin-top: -20px;">{{redirect}}</li>
-                <br>
-                {% endautoescape %}
-                {% endif %}
                 {% if tn == 1 %}
                 <div id="tool">
                     <nav class="menu">
@@ -74,6 +68,12 @@
                         <a class="menu-item" style="{{style}}" href="/w/{{uppage}}">상위</a>
                     </nav>
                 </div>
+                {% if redirect %}
+                {% autoescape false %}
+                <li style="margin-top: -20px;">{{redirect}}</li>
+                <br>
+                {% endautoescape %}
+                {% endif %}
                 <div>
                     {% autoescape false %}
                     {{data}}