File tree 1 file changed +13
-0
lines changed
1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 28
28
< link rel ="stylesheet " href ="./assets/css/style.css ">
29
29
< link rel ="stylesheet " href ="./assets/css/pub.css ">
30
30
< link rel ="stylesheet " href ="./assets/css/nav.css ">
31
+
32
+ {% if site.font == "Sans Serif" %}
33
+ < link rel ="stylesheet " href ="./assets/css/font_sans_serif.css ">
34
+ {% else %}
35
+ < link rel ="stylesheet " href ="./assets/css/font.css ">
36
+ {% endif %}
37
+ {% if site.auto_dark_mode %}
38
+ < link rel ="stylesheet " href ="./assets/css/style.css ">
39
+ < link rel ="stylesheet " href ="./assets/css/publications.css ">
40
+ {% else %}
41
+ < link rel ="stylesheet " href ="./assets/css/style-no-dark-mode.css ">
42
+ < link rel ="stylesheet " href ="./assets/css/publications-no-dark-mode.css ">
43
+ {% endif %}
31
44
32
45
< script src ="./assets/js/github-stars.js "> </ script >
33
46
< script type ="text/javascript " src ="./assets/js/jquery.js "> </ script >
You can’t perform that action at this time.
0 commit comments