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

@ -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 %}