File tree Expand file tree Collapse file tree
_templates/sphinx_minoo_theme Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939{% if theme_direction == "ltr" %}
4040 < link rel ="stylesheet " type =text/css href ="{{ pathto('_static/minoo-ltr.css', 1) }} ">
4141{% else %}
42- < link rel ="stylesheet " type =text/css href ="{{ pathto('_static/minoo-20230203 .css', 1) }} ">
42+ < link rel ="stylesheet " type =text/css href ="{{ pathto('_static/minoo-20230401 .css', 1) }} ">
4343{% endif %}
4444
4545{%- block linktags %}
100100 </ script >
101101{% endif %}
102102
103- < script type ="text/javascript " src ="{{ pathto('_static/minoo-20210403 .js', 1) }} "> </ script >
103+ < script type ="text/javascript " src ="{{ pathto('_static/minoo-20230401 .js', 1) }} "> </ script >
104104< script type ="text/javascript " src ="{{ pathto('_static/modernizr.min.js', 1) }} "> </ script >
105105
106106 < script async defer src ="https://buttons.github.io/buttons.js "> </ script >
File renamed without changes.
Original file line number Diff line number Diff line change @@ -152,6 +152,13 @@ $( document ).ready(function() {
152152 $ ( '#sidebar-bottom' ) . animate ( { scrollTop : pos . top - 232 } , "slow" ) ;
153153
154154
155+ // Fixing the lists
156+ // $("ul li p").each(function(){
157+ // var value = $(this).html();
158+ // $(this).replaceWith(value);
159+ // });
160+
161+
155162} ) ;
156163
157164$ ( window ) . resize ( function ( ) {
You can’t perform that action at this time.
0 commit comments