18
18
< link rel ="icon " media ="(prefers-color-scheme:light) " href ="{{ site.favicon }} " type ="image/png " />
19
19
< script src ="{{ '/assets/js/favicon-switcher.js' | relative_url }} " type ="application/javascript "> </ script >
20
20
21
+ <!-- External Stylesheets -->
21
22
< link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/academicons/1.8.6/css/academicons.min.css " integrity ="sha256-uFVgMKfistnJAfoCUQigIl+JfUaP47GrRKjf6CTPVmw= " crossorigin ="anonymous ">
22
23
< link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css " integrity ="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA== " crossorigin ="anonymous " referrerpolicy ="no-referrer " />
23
24
25
+ <!-- Internal Stylesheets -->
24
26
{% if site.font == "Sans Serif" %}
25
27
< link rel ="stylesheet " href ="{{ '/assets/css/font_sans_serif.css' | relative_url }} ">
26
28
{% else %}
36
38
{% endif %}
37
39
38
40
< link rel ="stylesheet " href ="{{ '/assets/css/nav.css' | relative_url }} ">
39
-
40
41
</ head >
41
42
< body >
42
43
46
47
{% include navigation.md %}
47
48
</ div >
48
49
</ div >
49
-
50
+
51
+ <!-- Main Content Wrapper -->
50
52
< div class ="wrapper ">
51
53
< header >
52
54
{% if site.avatar %}
53
55
< a class ="image avatar "> < img src ="{{ site.avatar }} " alt ="avatar " /> </ a >
54
56
{% endif %}
55
57
56
- < h1 > {{ site .title }}</ h1 >
58
+ < h1 > {{ page .title }}</ h1 >
57
59
58
60
{% if site.position %}
59
61
< position style ="font-size:1.10rem; "> {{ site.position }}</ position >
60
62
< br >
61
63
{% endif %}
62
-
64
+
63
65
{% if site.affiliation %}
64
66
< a href ="{{ site.affiliation_link }} " rel ="noopener "> < autocolor > {{ site.affiliation }}</ autocolor > </ a >
65
67
< br >
66
68
{% endif %}
67
-
69
+
68
70
{% if site.email %}
69
71
< email > {{ site.email }}</ email >
70
72
{% endif %}
71
73
72
74
< br > < br >
75
+
76
+ <!-- Social Icons -->
73
77
< div class ="social-icons ">
74
78
{% if site.google_scholar %}
75
79
< a style ="margin: 0 5px 0 0 " href ="{{ site.google_scholar }} ">
76
80
< i class ="ai ai-google-scholar " style ="font-size:1.2rem "> </ i >
77
- </ a >
81
+ </ a >
78
82
{% endif %}
79
83
{% if site.cv_link %}
80
84
< a style ="margin: 0 5px 0 0 " href ="{{ site.cv_link }} ">
@@ -97,21 +101,22 @@ <h1>{{ site.title }}</h1>
97
101
</ a >
98
102
{% endif %}
99
103
</ div >
100
- < br >
101
104
</ header >
102
105
106
+ <!-- Page Content -->
103
107
< section >
104
108
{{ content }}
105
- < br >
106
109
</ section >
107
110
111
+ <!-- Footer -->
108
112
< footer >
109
113
{% if site.enable_footnote %}
110
114
< p > < small > Powered by Jekyll and < a href ="https://github.com/yaoyao-liu/minimal-light " target ="_blank " rel ="noopener "> Minimal Light</ a > theme.</ small > </ p >
111
115
{% endif %}
112
116
</ footer >
113
117
</ div >
114
118
119
+ <!-- JavaScript -->
115
120
< script src ="{{ '/assets/js/scale.fix.js' | relative_url }} "> </ script >
116
121
{% if site.google_analytics %}
117
122
< script >
0 commit comments