Skip to content

Commit

Permalink
Fix typo for Mermaid overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
textbook committed Apr 29, 2023
1 parent a2cdaae commit ab67584
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bulrush/templates/mermaid.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
},
};

mermaid.initialize({ ...defaults, ...JSON.parse({{ MERMAID | tojson }}) });
mermaid.initialize({ ...defaults, ...{{ MERMAID | tojson }} });
</script>
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
test_suite='tests',
tests_require=['pelican'],
url='https://github.com/textbook/bulrush',
version='0.6.2',
version='0.6.3',
)

0 comments on commit ab67584

Please sign in to comment.