Skip to content

Commit

Permalink
Update json_tree.html
Browse files Browse the repository at this point in the history
  • Loading branch information
anth-dinosaur authored Sep 25, 2023
1 parent b83a75a commit d192adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/json_tree.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div id="json-tree"></div>
<script>
var jsonData = {{ site.data.tree | jsonify }};
var jsonData = {{ include.file | jsonify }};

function createTree(container, data) {
var ul = document.createElement('ul');
Expand Down

0 comments on commit d192adc

Please sign in to comment.