Skip to content

Commit

Permalink
Update formula_json.json
Browse files Browse the repository at this point in the history
Improve Liquid template for formula JSON generation

- Corrected the use of Liquid templating for generating formula JSON files.
- Improved readability and formatting of the template.
- Ensured proper handling of analytics, dependencies, caveats, and generated date sections.
  • Loading branch information
Setland34 authored Jan 15, 2025
1 parent 79ce34e commit f5a4f43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _layouts/formula_json.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,5 @@
"linux_caveats":{{ fdata.linux_caveats | jsonify }},

<!-- Generated Date Section -->
"generated_date":"{{ "today" | date: "%F" }}"}
"generated_date":"{{ "today" | date: "%F" }}"
}

0 comments on commit f5a4f43

Please sign in to comment.