Browse Source

Fixed "endif" point

Norio Suzuki 9 years ago
parent
commit
57dedf22a3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/views/page.html

+ 1 - 1
lib/views/page.html

@@ -26,8 +26,8 @@
             class="like-button btn btn-default btn-sm {% if page.isLiked(user) %}active{% endif %}"
             class="like-button btn btn-default btn-sm {% if page.isLiked(user) %}active{% endif %}"
         ><i class="fa fa-thumbs-o-up"></i></button>
         ><i class="fa fa-thumbs-o-up"></i></button>
       </div>
       </div>
+      {% endif %}
     </div>
     </div>
-    {% endif %}
   </header>
   </header>
   {% else %}
   {% else %}
   {# trash/* #}
   {# trash/* #}