Updates for 0.13
This commit is contained in:
parent
784f4836d5
commit
944c7a40e4
20 changed files with 132 additions and 26 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue