Fix site url in a few more spots

This commit is contained in:
Michael Rose
2013-05-24 11:43:59 -04:00
parent 484840a045
commit ce92a791b3
3 changed files with 2 additions and 3 deletions

View File

@ -51,7 +51,7 @@
{% endif %}
{% endfor %}
{% if match %}
<li><a href="{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a></li>
<li><a href="{{ site.url }}{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a></li>
{% endif %}
{% endfor %}
</ul>