Skip to content

Commit 8d1f87b

Browse files
author
Saeid Darvish
committed
edited l01
1 parent 4ce9909 commit 8d1f87b

4 files changed

Lines changed: 71 additions & 55 deletions

File tree

source/_templates/sphinx_minoo_theme/includes/header.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
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 %}
@@ -100,7 +100,7 @@
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>

source/_templates/sphinx_minoo_theme/static/minoo-20230203.css renamed to source/_templates/sphinx_minoo_theme/static/minoo-20230401.css

File renamed without changes.

source/_templates/sphinx_minoo_theme/static/minoo-20210403.js renamed to source/_templates/sphinx_minoo_theme/static/minoo-20230401.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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() {

0 commit comments

Comments
 (0)