fixing typo in Liquid

This commit is contained in:
Holger Reinhardt 2016-02-03 11:13:06 +01:00
parent bc99baea41
commit 18525c8035
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
{% if page.url contains '/meta/' %}
{% else %}
{% if page.url contains '404.html' %}
<%else %>
<% else %>
<li>
<a href="{{ page.url | prepend: site.baseurl }}">{{ page.title }}</a>
</li>