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

Skip to content

Commit fe645f1

Browse files
committed
123
1 parent e27009f commit fe645f1

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-
<script src="http://flowchart.js.org/flowchart-latest.js" type="text/javascript"></script>
46+
<script src="https://cdnjs.cloudflare.com/ajax/libs/raphael/2.2.0/raphael-min.js" type="text/javascript"></script>
4747
<script type="text/javascript">
4848
window.throttle = function(func, wait) {
4949
var args,

0 commit comments

Comments
 (0)