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 22{% import "_macros2.html" as macros2 %}
33
44{% block head %}
5+ < link rel ="stylesheet " href ="{{ get_url(path= "custom.css ") }}">
56< link rel ="alternate " type ="application/atom+xml " title ="RSS " href ="{{ get_url(path= "atom.xml ", trailing_slash=false) }} ">
67{% endblock head %}
78
1314{% block title %}{{ section.title }} | {{ super() }} {% endblock title %}
1415
1516{% block header %}
16- < style >
17- .logo {
18- font-family : 'Inter' , serif;
19- }
20- </ style >
2117{{ macros2::hide_logo_img() }}
2218
2319< header class ="box-shadow ">
Original file line number Diff line number Diff line change 22{% import "_macros2.html" as macros2 %}
33
44{% block head %}
5+ < link rel ="stylesheet " href ="{{ get_url(path= "custom.css ") }}">
56< link rel ="alternate " type ="application/atom+xml " title ="RSS " href ="{{ get_url(path= "atom.xml ", trailing_slash=false) }} ">
67{% endblock head %}
78
1314{% block title %}{{ page.title }} | {{ super() }} {% endblock title %}
1415
1516{% block header %}
16- < style >
17- .logo {
18- font-family : 'Inter' , serif;
19- }
20- </ style >
2117{{ macros2::hide_logo_img() }}
2218< header class ="box-shadow ">
2319 {{ macros::render_header() }}
Original file line number Diff line number Diff line change 22{% import "_macros2.html" as macros2 %}
33
44{% block head %}
5+ < link rel ="stylesheet " href ="{{ get_url(path= "custom.css ") }}">
56< link rel ="alternate " type ="application/atom+xml " title ="RSS " href ="{{ get_url(path= "atom.xml ", trailing_slash=false) }} ">
67{% endblock head %}
78
1415< script async defer src ="https://buttons.github.io/buttons.js "> </ script >
1516{{ macros2::hide_logo() }}
1617< style >
17- .logo {
18- font-family : 'Inter' , serif;
19- }
2018 .hero section {
2119 padding : 0 5rem ;
2220 }
Original file line number Diff line number Diff line change 22{% import "_macros2.html" as macros2 %}
33
44{% block head %}
5+ < link rel ="stylesheet " href ="{{ get_url(path= "custom.css ") }}">
56< link rel ="alternate " type ="application/atom+xml " title ="RSS " href ="{{ get_url(path= "atom.xml ", trailing_slash=false) }} ">
67{% endblock head %}
78
1314{% block title %}{{ page.title }} | {{ super() }} {% endblock title %}
1415
1516{% block header %}
16- < style >
17- .logo {
18- font-family : 'Inter' , serif;
19- }
20- </ style >
2117{{ macros2::hide_logo_img() }}
2218< header class ="box-shadow ">
2319 {{ macros::render_header() }}
You can’t perform that action at this time.
0 commit comments