File tree Expand file tree Collapse file tree 5 files changed +7
-18
lines changed Expand file tree Collapse file tree 5 files changed +7
-18
lines changed Original file line number Diff line number Diff line change
1
+ .logo {
2
+ font-family : ' Inter' , serif ;
3
+ }
Original file line number Diff line number Diff line change 2
2
{% import "_macros2.html" as macros2 %}
3
3
4
4
{% block head %}
5
+ < link rel ="stylesheet " href ="{{ get_url(path= "custom.css ") }}">
5
6
< link rel ="alternate " type ="application/atom+xml " title ="RSS " href ="{{ get_url(path= "atom.xml ", trailing_slash=false) }} ">
6
7
{% endblock head %}
7
8
13
14
{% block title %}{{ section.title }} | {{ super() }} {% endblock title %}
14
15
15
16
{% block header %}
16
- < style >
17
- .logo {
18
- font-family : 'Inter' , serif;
19
- }
20
- </ style >
21
17
{{ macros2::hide_logo_img() }}
22
18
23
19
< header class ="box-shadow ">
Original file line number Diff line number Diff line change 2
2
{% import "_macros2.html" as macros2 %}
3
3
4
4
{% block head %}
5
+ < link rel ="stylesheet " href ="{{ get_url(path= "custom.css ") }}">
5
6
< link rel ="alternate " type ="application/atom+xml " title ="RSS " href ="{{ get_url(path= "atom.xml ", trailing_slash=false) }} ">
6
7
{% endblock head %}
7
8
13
14
{% block title %}{{ page.title }} | {{ super() }} {% endblock title %}
14
15
15
16
{% block header %}
16
- < style >
17
- .logo {
18
- font-family : 'Inter' , serif;
19
- }
20
- </ style >
21
17
{{ macros2::hide_logo_img() }}
22
18
< header class ="box-shadow ">
23
19
{{ macros::render_header() }}
Original file line number Diff line number Diff line change 2
2
{% import "_macros2.html" as macros2 %}
3
3
4
4
{% block head %}
5
+ < link rel ="stylesheet " href ="{{ get_url(path= "custom.css ") }}">
5
6
< link rel ="alternate " type ="application/atom+xml " title ="RSS " href ="{{ get_url(path= "atom.xml ", trailing_slash=false) }} ">
6
7
{% endblock head %}
7
8
14
15
< script async defer src ="https://buttons.github.io/buttons.js "> </ script >
15
16
{{ macros2::hide_logo() }}
16
17
< style >
17
- .logo {
18
- font-family : 'Inter' , serif;
19
- }
20
18
.hero section {
21
19
padding : 0 5rem ;
22
20
}
Original file line number Diff line number Diff line change 2
2
{% import "_macros2.html" as macros2 %}
3
3
4
4
{% block head %}
5
+ < link rel ="stylesheet " href ="{{ get_url(path= "custom.css ") }}">
5
6
< link rel ="alternate " type ="application/atom+xml " title ="RSS " href ="{{ get_url(path= "atom.xml ", trailing_slash=false) }} ">
6
7
{% endblock head %}
7
8
13
14
{% block title %}{{ page.title }} | {{ super() }} {% endblock title %}
14
15
15
16
{% block header %}
16
- < style >
17
- .logo {
18
- font-family : 'Inter' , serif;
19
- }
20
- </ style >
21
17
{{ macros2::hide_logo_img() }}
22
18
< header class ="box-shadow ">
23
19
{{ macros::render_header() }}
You can’t perform that action at this time.
0 commit comments