Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 94e75ab

Browse files
committed
add flowchart js
1 parent a8a9017 commit 94e75ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/post.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ <h1 itemprop="headline" itemprop="name headline">{{ page.title }}</h1>
4343

4444
<script src="//cdn.bootcss.com/toc/0.3.2/toc.min.js"></script>
4545
<script src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"></script>
46-
46+
<script src="http://adrai.github.io/flowchart.js/" type="text/javascript"></script>
4747
<script type="text/javascript">
4848
window.throttle = function(func, wait) {
4949
var args,

0 commit comments

Comments
 (0)