Updates for 0.13

This commit is contained in:
Paulus Schoutsen 2016-02-13 00:02:44 -08:00
parent 784f4836d5
commit 944c7a40e4
20 changed files with 132 additions and 26 deletions

View file

@ -14,6 +14,8 @@
<li>
{% if recipe.url == page.url %}
{{recipe.title}}
{% elsif recipe.ha_external_link %}
<a href='{{recipe.ha_external_link}}'>{{recipe.title}} <i class="icon-external-link"></i></a>
{% else %}
<a href='{{recipe.url}}'>{{recipe.title}}</a>
{% endif %}