Refactor blueprints to make them easier to import #4

Merged
nathanwoodburn merged 18 commits from feat/blueprint_imports into main 2025-10-30 21:44:48 +11:00
Showing only changes of commit 72b8dae35e - Show all commits

View File

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