Updates for 0.13
This commit is contained in:
parent
784f4836d5
commit
944c7a40e4
20 changed files with 132 additions and 26 deletions
|
@ -30,7 +30,7 @@ Some users keep a public scrubbed copy of their `configuration.yaml` to learn fr
|
|||
{% for recipe in site.cookbook %}
|
||||
{% if recipe.ha_category == category %}
|
||||
{% if recipe.ha_external_link %}
|
||||
* [{{recipe.title}}]({{recipe.ha_external_link}})
|
||||
* [{{recipe.title}} <i class="icon-external-link"></i>]({{recipe.ha_external_link}})
|
||||
{% else %}
|
||||
* [{{recipe.title}}]({{recipe.url}})
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue