diff --git a/templates/tools.ascii b/templates/tools.ascii index 5840c19..a5145fc 100644 --- a/templates/tools.ascii +++ b/templates/tools.ascii @@ -11,7 +11,7 @@ Here are some of the tools I use regularly — most of them are open source! {{tool.name}} {{tool.description}} Website: {{tool.url}} -{% if tool.demo_url %}Demo: {{tool.demo_url}}{% endif %} +{% if tool.demo %}Demo: {{tool.demo}}{% endif %} {% endfor %} ───────────────────────────────────────────────