new file: bilibili_4106a8cfc8d21f0fe15fba3ba825c31d.html
[GalaxyBlog.git] / _layouts / default.html
blob6611b233cd6036a41e539588abff51ad85160c19
1 ---
2 theme :
3 name : twitter
4 ---
5 {% include JB/setup %}
6 {% include themes/twitter/default.html %}
8 <script type="text/javascript"
9 src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
10 <script>
11 MathJax.Hub.Config({
12 tex2jax: {
13 skipTags: ['script', 'noscript', 'style', 'textarea', 'pre']
15 });
16 MathJax.Hub.Queue(function() {
17 var all = MathJax.Hub.getAllJax(), i;
18 for(i=0; i < all.length; i += 1) {
19 all[i].SourceElement().parentNode.className += ' has-jax';
21 });
22 </script>