diff --git a/_layouts/formula.html b/_layouts/formula.html index 711378446441..9e6d6fe4d8e5 100644 --- a/_layouts/formula.html +++ b/_layouts/formula.html @@ -100,7 +100,7 @@ ✅ {%- endunless -%} - {%- endfor -%} + {%- endfor %} {%- endif %} diff --git a/_layouts/formula_json.json b/_layouts/formula_json.json index 8c1f96477822..dd46f55540e4 100644 --- a/_layouts/formula_json.json +++ b/_layouts/formula_json.json @@ -36,4 +36,12 @@ {%- endunless -%} {%- endfor -%} }, +"dependencies": { + "macos": {{ fdata.dependencies.macos | jsonify }}, + "linux": {{ fdata.dependencies.linux | jsonify }} +}, +"caveats": { + "macos": {{ fdata.caveats.macos | jsonify }}, + "linux": {{ fdata.caveats.linux | jsonify }} +}, "generated_date":"{{ "today" | date: "%F" }}"} diff --git a/index.html b/index.html index 3c3b10431ae3..b2dbad5bad09 100644 --- a/index.html +++ b/index.html @@ -8,3 +8,4 @@

Browse all casks or cask fonts

Analytics data

JSON API documentation

+

Browse Linux formulae