Skip to content

Commit 27bb3b8

Browse files
committed
..config .yml change
1 parent b49b3e1 commit 27bb3b8

File tree

6 files changed

+26
-17
lines changed

6 files changed

+26
-17
lines changed

_config.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ plugins:
4646
# their entries' file path in the `include:` list.
4747
#
4848
exclude:
49-
- docs
50-
- build_themes.sh
5149
- Gemfile
5250
- Gemfile.lock
5351
- LICENSE

_includes/top.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
<link rel="canonical" href="{{page.url | replace:'index.html','' | prepend: site.baseurl}}">
1616
<link rel="icon" type="image/png" href="/assets/favicons/favicon2.png">
1717

18-
<!-- CSS -->
19-
<link rel="stylesheet" href="/assets/css/index.css">
20-
</head>
18+
<!-- CSS -->
19+
<link rel="stylesheet" href="/assets/css/index.css">
20+
<link rel="preconnect" href="https://fonts.googleapis.com">
21+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
22+
<link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap" rel="stylesheet">
23+
</head>

_site/about/index.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,13 @@
1818
<link rel="canonical" href="/about/">
1919
<link rel="icon" type="image/png" href="/assets/favicons/favicon2.png">
2020

21-
<!-- CSS -->
22-
<link rel="stylesheet" href="/assets/css/index.css">
21+
<!-- CSS -->
22+
<link rel="stylesheet" href="/assets/css/index.css">
23+
<link rel="preconnect" href="https://fonts.googleapis.com">
24+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
25+
<link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap" rel="stylesheet">
2326
</head>
2427

25-
2628

2729

2830
<body>

_site/index.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,13 @@
1818
<link rel="canonical" href="/">
1919
<link rel="icon" type="image/png" href="/assets/favicons/favicon2.png">
2020

21-
<!-- CSS -->
22-
<link rel="stylesheet" href="/assets/css/index.css">
21+
<!-- CSS -->
22+
<link rel="stylesheet" href="/assets/css/index.css">
23+
<link rel="preconnect" href="https://fonts.googleapis.com">
24+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
25+
<link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap" rel="stylesheet">
2326
</head>
2427

25-
2628

2729

2830
<body>

_site/showcase/index.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,13 @@
1818
<link rel="canonical" href="/showcase/">
1919
<link rel="icon" type="image/png" href="/assets/favicons/favicon2.png">
2020

21-
<!-- CSS -->
22-
<link rel="stylesheet" href="/assets/css/index.css">
21+
<!-- CSS -->
22+
<link rel="stylesheet" href="/assets/css/index.css">
23+
<link rel="preconnect" href="https://fonts.googleapis.com">
24+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
25+
<link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap" rel="stylesheet">
2326
</head>
2427

25-
2628

2729

2830
<body>

_site/webinars/index.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,13 @@
1818
<link rel="canonical" href="/webinars/">
1919
<link rel="icon" type="image/png" href="/assets/favicons/favicon2.png">
2020

21-
<!-- CSS -->
22-
<link rel="stylesheet" href="/assets/css/index.css">
21+
<!-- CSS -->
22+
<link rel="stylesheet" href="/assets/css/index.css">
23+
<link rel="preconnect" href="https://fonts.googleapis.com">
24+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
25+
<link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap" rel="stylesheet">
2326
</head>
2427

25-
2628

2729

2830
<body>

0 commit comments

Comments
 (0)