CJ 1 vuosi sitten
vanhempi
commit
b6c1c57232
1 muutettua tiedostoa jossa 4 lisäystä ja 1 poistoa
  1. 4 1
      templates/blog.html

+ 4 - 1
templates/blog.html

@@ -135,7 +135,8 @@
 
             {% endfor %}
             <div class="right menu">
-                <a href="#" class="item">Git Repository</a>
+              <a href="/login" class="item"> <i class="icon share square"></i>
+                    Sign in</a>
             </div>
         </div>
     </div>
@@ -160,6 +161,8 @@
                 {% endif %} item" href="/category/{{ item.name }}?page=1">{{ item.name }}</a>
 
             {% endfor %}
+         <a href="/login" class="item"> <i class="icon share square"></i>
+                    Sign in</a>
         </div>
     </div>
 </div>